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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -12,10 +12,10 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<moa-commons-version>2.0.0</moa-commons-version>
- <moa-id-version>2.1.1-Snapshot</moa-id-version>
+ <moa-id-version>2.1.1</moa-id-version>
<moa-id-proxy-version>2.0.0</moa-id-proxy-version>
<moa-spss-version>2.0.2</moa-spss-version>
- <configtool-version>1.1.1-Snapshot</configtool-version>
+ <configtool-version>1.1.2</configtool-version>
<demo-oa-version>2.0.2</demo-oa-version>
</properties>
@@ -196,12 +196,11 @@ <version>1.2.17</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>7.2</version>
- <scope>runtime</scope>
- </dependency>
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>9.3-1102-jdbc41</version>
+ </dependency>
<dependency>
<groupId>javax.mail</groupId>
@@ -277,13 +276,13 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.3</version>
+ <version>1.2</version>
<scope>compile</scope>
</dependency>
@@ -446,7 +445,7 @@ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.9.0</version>
+ <version>2.11.0</version>
<scope>compile</scope>
</dependency>
<!-- The xmlParserAPIs.jar of the official xalan distribution
|