Skip to content
Snippets Groups Projects
Commit e8b30b19 authored by srosse's avatar srosse
Browse files

OO-469: upgrade spring to 3.2, hibernate to 4.1.9 and remove cglib

parent f93ebe4f
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<targetJdk>1.6</targetJdk> <targetJdk>1.6</targetJdk>
<org.springframework.version>3.1.2.RELEASE</org.springframework.version> <org.springframework.version>3.2.0.RELEASE</org.springframework.version>
<org.hibernate.version>4.1.8.Final</org.hibernate.version> <org.hibernate.version>4.1.9.Final</org.hibernate.version>
<com.sun.jersey.version>1.15</com.sun.jersey.version> <com.sun.jersey.version>1.15</com.sun.jersey.version>
<jackson.version>1.9.2</jackson.version> <jackson.version>1.9.2</jackson.version>
<org.mysql.version>5.1.21</org.mysql.version> <org.mysql.version>5.1.21</org.mysql.version>
...@@ -1457,16 +1457,11 @@ ...@@ -1457,16 +1457,11 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<!-- Used by SCORM implementation -->
<groupId>org.beanshell</groupId> <groupId>org.beanshell</groupId>
<artifactId>bsh-core</artifactId> <artifactId>bsh-core</artifactId>
<version>2.0b4</version> <version>2.0b4</version>
</dependency> </dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
<scope>runtime</scope>
</dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment