aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index f8ab95a2..11b999ad 100755
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.onap.music</groupId>
<artifactId>MUSIC</artifactId>
<packaging>jar</packaging>
- <version>3.2.35-SNAPSHOT</version>
+ <version>3.2.36-SNAPSHOT</version>
<description>
This is the MUSIC REST interface, packaged as a Springboot jar file.
</description>
@@ -37,7 +37,7 @@
<artifactId>oparent</artifactId>
<version>2.0.0</version>
<relativePath/>
- </parent>
+ </parent>
<dependencyManagement>
<dependencies>
@@ -338,7 +338,7 @@
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>${cassandra.version}</version>
- </dependency>
+ </dependency>
<!-- /Cassandra -->
<!-- Jersey -->
<dependency>
@@ -436,22 +436,22 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
- <version>2.9.8</version>
+ <version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.8</version>
+ <version>2.9.9.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.9.8</version>
+ <version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.9.8</version>
+ <version>2.9.9</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -654,8 +654,8 @@
</plugins>
</build>
</profile>
- <profile>
- <id>default</id>
+ <profile>
+ <id>default</id>
</profile>
</profiles>
<distributionManagement>