From 77254c0d55e1c32c34dfb4f3b986eded47cc9d9b Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Tue, 19 Jun 2012 14:23:59 +0200
Subject: [PATCH] OO-283: readd gnuregexp (used by SCORM)

---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8baea752321..cbb3d77cfa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1237,6 +1237,11 @@
 			<classifier>patched</classifier><!-- patched version of scorm adapter: 
 				contact: matthai.kurian@gmail.com -->
 		</dependency>
+		<dependency><!-- used by SCORM -->
+			<groupId>gnu-regexp</groupId>
+			<artifactId>gnu-regexp</artifactId>
+			<version>1.1.4</version>
+		</dependency>	
 		<dependency>
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
-- 
GitLab