From a27be9fdbbf2d271c9c5780ba70fe15a24dbdb63 Mon Sep 17 00:00:00 2001 From: "Nelson,Thomas(tn1381)(arthurdent3)" Date: Tue, 29 Jan 2019 15:55:37 -0500 Subject: Push variuos changes - Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- examples/VotingApp/pom.xml | 97 +++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 49 deletions(-) (limited to 'examples/VotingApp/pom.xml') diff --git a/examples/VotingApp/pom.xml b/examples/VotingApp/pom.xml index 0c85e60b..cfe085e1 100644 --- a/examples/VotingApp/pom.xml +++ b/examples/VotingApp/pom.xml @@ -28,23 +28,23 @@ stated inside of the file. 0.0.1-SNAPSHOT - - - maven2-repository.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - default - - + + + maven2-repository.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + default + + - + - - com.sun.jersey - jersey-server - 1.9 - - + + com.sun.jersey + jersey-server + 1.9 + + com.sun.jersey jersey-json 1.18.1 @@ -54,46 +54,46 @@ stated inside of the file. genson 0.99 - - com.sun.jersey - jersey-client - 1.9 - + + com.sun.jersey + jersey-client + 1.9 + - - com.sun.jersey - jersey-json - 1.9 - - - + --> - - com.googlecode.json-simple - json-simple - 1.1 + + com.googlecode.json-simple + json-simple + 1.1 - - com.datastax.cassandra - cassandra-driver-core - 3.0.0 - - - org.apache.zookeeper - zookeeper - 3.4.6 - + + com.datastax.cassandra + cassandra-driver-core + 3.0.0 + + + org.apache.zookeeper + zookeeper + 3.4.6 + - - org.apache.maven.plugins - maven-shade-plugin - 3.1.1 - - + + org.apache.maven.plugins + maven-shade-plugin + 3.1.1 + + @@ -119,4 +119,3 @@ stated inside of the file. - -- cgit 1.2.3-korg