diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-12 12:27:49 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-12 12:27:49 +0200 |
commit | 6f5319b465eb857e13ee562ccfd9a94f1e681501 (patch) | |
tree | e23963bc122d72e0f74fba9f3fddb18e885c09bd /common/pom.xml | |
parent | 42c33cec8e79c293965acdf3032e3d393e37a776 (diff) | |
download | moa-id-spss-6f5319b465eb857e13ee562ccfd9a94f1e681501.tar.gz moa-id-spss-6f5319b465eb857e13ee562ccfd9a94f1e681501.tar.bz2 moa-id-spss-6f5319b465eb857e13ee562ccfd9a94f1e681501.zip |
update dependency version
> org.apache.struts:struts2-core 2.3.16.3
> org.apache.struts:struts2-json-plugin 2.3.16.3
> joda-time:joda-time 2.4
> org.slf4j:jcl-over-slf4j 1.7.7
> org.slf4j:jul-to-slf4j 1.7.7
> org.slf4j:slf4j-api 1.7.7
> org.slf4j:slf4j-log4j12 1.7.7
> mysql:mysql-connector-java 5.1.32
> org.hibernate:hibernate-core 4.3.6.Final
> org.hibernate:hibernate-entitymanager 4.3.6.Final
> org.hibernate:hibernate-c3p0 4.3.6.Final
> com.google.http-client:google-http-client-jackson2 1.19.0
> com.google.oauth-client:google-oauth-client-jetty 1.19.0
> org.apache.commons:commons-lang3 3.3.2
> commons-codec:commons-codec 1.9
> commons-logging:commons-logging 1.2
> xerces:xercesImpl 2.11.0
> postgresql:postgresql 9.3-1102-jdbc41
> junit:junit 3.8.2
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/common/pom.xml b/common/pom.xml index b2f7f652c..70d0dc13c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -67,12 +67,12 @@ <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>2.3</version> + <version>2.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> </dependency> <!-- <dependency> <groupId>org.slf4j</groupId> @@ -82,7 +82,12 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.7</version> </dependency> <!-- <dependency> <groupId>org.slf4j</groupId> @@ -92,12 +97,12 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> - <version>1.7.6</version> + <version>1.7.7</version> </dependency> </dependencies> |