summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-19 13:35:19 +0200
committerSimon Rettberg2017-06-19 13:35:19 +0200
commita32c57aa4401d9efa27434d9221b6504c9c761f8 (patch)
treef36fdd5d3776581fe20b5132fc71fe129634c6bd /dozentenmodul/pom.xml
parent[server] Automatically delete users which are inactive (diff)
downloadtutor-module-a32c57aa4401d9efa27434d9221b6504c9c761f8.tar.gz
tutor-module-a32c57aa4401d9efa27434d9221b6504c9c761f8.tar.xz
tutor-module-a32c57aa4401d9efa27434d9221b6504c9c761f8.zip
Update dependencies
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml38
1 files changed, 7 insertions, 31 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 001f63fb..67e6ed34 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.3</version>
+ <version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -76,7 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.5.5</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
@@ -106,7 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.1</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
@@ -158,27 +158,9 @@
<dependencies>
<dependency>
- <groupId>org.apache.thrift</groupId>
- <artifactId>libthrift</artifactId>
- <version>0.9.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>[1.2.15,1.2.17]</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
+ <version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -190,7 +172,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -199,15 +181,9 @@
<version>0.0.2-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.2.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.8</version>
+ <version>2.9.9</version>
</dependency>
<dependency>
<groupId>org.jdatepicker</groupId>