diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 13:08:02 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 13:08:02 +0200 |
commit | e5d84e80b836ed0939e1546300d75fd93b637d8b (patch) | |
tree | f294bd7908fd93792b2d39c45e8ef43162451505 /id/server/moa-id-commons/pom.xml | |
parent | 578f88516c9b2b3d61d19cd82a821b9c85a573d1 (diff) | |
download | moa-id-spss-e5d84e80b836ed0939e1546300d75fd93b637d8b.tar.gz moa-id-spss-e5d84e80b836ed0939e1546300d75fd93b637d8b.tar.bz2 moa-id-spss-e5d84e80b836ed0939e1546300d75fd93b637d8b.zip |
update Hibernate, JPA and mySQL libraries
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 0ddf06259..e494033a0 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -21,23 +21,23 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>4.2.1.Final</version> + <version>4.3.4.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> - <version>4.2.1.Final</version> + <version>4.3.4.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> - <version>4.2.1.Final</version> + <version>4.3.4.Final</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.1</version> + <version>3.3.1</version> </dependency> <dependency> <groupId>MOA</groupId> @@ -53,8 +53,8 @@ <dependency> <groupId>org.hibernate.javax.persistence</groupId> - <artifactId>hibernate-jpa-2.0-api</artifactId> - <version>1.0.1.Final</version> + <artifactId>hibernate-jpa-2.1-api</artifactId> + <version>1.0.0.Final</version> </dependency> <dependency> @@ -71,12 +71,16 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.0-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - <version>5.1.25</version> + <version>5.1.29</version> </dependency> </dependencies> |