|
@@ -10,7 +10,7 @@
|
|
|
<sourceEncoding>UTF-8</sourceEncoding>
|
|
|
<java.version>1.7</java.version>
|
|
|
|
|
|
- <slf4j.version>1.7.7</slf4j.version>
|
|
|
+ <slf4j.version>1.7.10</slf4j.version>
|
|
|
<logback.version>1.1.2</logback.version>
|
|
|
</properties>
|
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.1</version>
|
|
|
+ <version>3.2</version>
|
|
|
<configuration>
|
|
|
<source>${java.version}</source>
|
|
|
<target>${java.version}</target>
|
|
@@ -33,7 +33,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
- <version>2.4</version>
|
|
|
+ <version>2.6</version>
|
|
|
<configuration>
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
</configuration>
|
|
@@ -62,13 +62,13 @@
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
- <version>2.4.1</version>
|
|
|
+ <version>2.5.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.datastax.cassandra</groupId>
|
|
|
<artifactId>cassandra-driver-core</artifactId>
|
|
|
- <version>2.0.3</version>
|
|
|
+ <version>2.1.4</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|