diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>war</packaging> - <version>2.4.5</version> + <version>2.4.11</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -39,7 +39,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jersey1.version>1.9</jersey1.version> + <jersey1.version>1.17</jersey1.version> <jersey2.version>2.26</jersey2.version> <jaxrs.version>2.0.1</jaxrs.version> <cassandra.version>3.0.0</cassandra.version> @@ -172,7 +172,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.1.3</version> + <version>1.2.3</version> <exclusions> <exclusion> @@ -185,7 +185,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.1.3</version> + <version>1.2.3</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -202,12 +202,18 @@ <dependency> <groupId>org.cassandraunit</groupId> <artifactId>cassandra-unit</artifactId> - <version>3.3.0.1</version> + <version>3.3.0.2</version> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>${zookeeper.version}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.sun.jersey</groupId> @@ -271,7 +277,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey-jaxrs</artifactId> - <version>1.5.0</version> + <version>1.5.8</version> </dependency> <dependency> |