summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2019-11-17 09:34:45 +0200
committertalig <talig@amdocs.com>2019-11-17 09:34:45 +0200
commitcb4dca5c0fb48e4766b3041ac7751ca60547539d (patch)
tree4f89331d68f6cdfbbb5437e350277e9fab6a9565 /pom.xml
parente6d807840818020bd18260703a16e6c36cf3b9c2 (diff)
Upgrade to cassandra zusammen 1.0.3 which uses datastax 3.6.0
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: Idaf3ec4794caf228b616941a977d3e7d9924ee1e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fc2333b..e02213c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
<snapshots.path>snapshots</snapshots.path>
<releases.path>releases</releases.path>
<sitePath>/content/sites/site/org/onap/sdc/sdc-be-common/${project.version}</sitePath>
+ <nexus.proxy>https://nexus.onap.org</nexus.proxy>
<docker.username>docker</docker.username>
<docker.password>docker</docker.password>
</properties>
@@ -57,8 +58,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <!--<version>2.1.5.RELEASE</version>-->
- <version>2.0.3.RELEASE</version>
+ <version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>