From c79755d43c123176515e5cafbba0774a03d297d3 Mon Sep 17 00:00:00 2001 From: "Nelson, Thomas (tn1381)" Date: Mon, 27 Aug 2018 19:52:13 +0000 Subject: Swagger Update and other updates. Updates related to callback api Change-Id: I2a4c00e8db4a430c5998e7770389451610f0770a Issue-ID: MUSIC-97 Signed-off-by: Nelson, Thomas (tn1381) --- examples/VotingApp/dependency-reduced-pom.xml | 38 ++++++++++++++++++ examples/VotingApp/pom.xml | 58 ++++++++++++++++++++------- 2 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 examples/VotingApp/dependency-reduced-pom.xml (limited to 'examples/VotingApp') diff --git a/examples/VotingApp/dependency-reduced-pom.xml b/examples/VotingApp/dependency-reduced-pom.xml new file mode 100644 index 00000000..faf90967 --- /dev/null +++ b/examples/VotingApp/dependency-reduced-pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + com.att.reserarch.VoteAppForMUSIC + VoteAppForMUSIC + 0.0.1-SNAPSHOT + + + + maven-shade-plugin + + + default-jar + package + + shade + + + + + + main.VotingApp + + + + + + + + + + + maven2-repository.java.net + Java.net Repository for Maven + http://download.java.net/maven/2/ + + + diff --git a/examples/VotingApp/pom.xml b/examples/VotingApp/pom.xml index 87cac6c0..0c85e60b 100644 --- a/examples/VotingApp/pom.xml +++ b/examples/VotingApp/pom.xml @@ -24,6 +24,7 @@ stated inside of the file. 4.0.0 com.att.reserarch.VoteAppForMUSIC VoteAppForMUSIC + jar 0.0.1-SNAPSHOT @@ -44,15 +45,15 @@ stated inside of the file. 1.9 - com.sun.jersey - jersey-json - 1.18.1 - - - com.owlike - genson - 0.99 - + com.sun.jersey + jersey-json + 1.18.1 + + + com.owlike + genson + 0.99 + com.sun.jersey jersey-client @@ -65,11 +66,11 @@ stated inside of the file. 1.9 - + com.googlecode.json-simple @@ -86,7 +87,36 @@ stated inside of the file. zookeeper 3.4.6 - + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.1 + - - \ No newline at end of file + + + + maven-shade-plugin + + + default-jar + package + + shade + + + + + + main.VotingApp + + + + + + + + + + -- cgit 1.2.3-korg