aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-18Default Cipher to empty stringTschaen, Brendan1-3/+3
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I85a59925a40e196847983a7e60aa6d30b046d7e8
2020-04-17Remove key.propertiesTschaen, Brendan1-3/+3
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
2020-03-25Bump up to 3.2.38Tschaen, Brendan1-3/+3
Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Icb1aa14b82019a4ebd43543d2250cd665b387399
2020-03-25Force exclusion of jsr311Tschaen, Brendan1-0/+6
Building the container from the ONAP Jenkins job pulls in this library, even though it is not a dependency according to maven Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I966bfffe22cc57264091eddaa0480d6582369b66
2020-03-24Exclude jsr libraryTschaen, Brendan1-0/+6
Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I7e2b7eae14f8e086697fcdbcab2610544bb4140d
2020-03-23Merge "Remove duplicated jaxrs library"Thomas Nelson1-0/+6
2020-03-23Remove duplicated jaxrs libraryTschaen, Brendan1-0/+6
Having different version number of jaxrs is creating problems Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Iba38aeaa50e1279c3e7f4c55d838f75860bf1362
2020-03-09More changes to get MUSIC workingThomas Nelson1-8/+1
Issues running in K8s Issue-ID: MUSIC-574 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: Iba46fec48ad4c5710990328f43ac63bdf5e4b870
2020-03-03Servlet library providedTschaen, Brendan1-0/+1
Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ife06b248b03792ff179915074669e1b0bcea2f55
2020-03-02Migrate servlet librariesTschaen, Brendan1-0/+6
music-core does not need these libraries, only music-rest does. Therefore, the dependencies should be in music-rest pom Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4479bb158b7a1b498f4abb5ca52450ee2e5245bf
2020-02-19Fix Broken Docker BuildsThomas Nelson1-2/+95
Update Pom files and Directory Structure. Issue-ID: MUSIC-561 Signed-off-by: Thomas Nelson <tn1381@att.com> Change-Id: I3325b20cc4345e67a356a5cbb1bce7d45904be02
2019-09-26Split music src into music-core and music-restArthur Martella1-0/+274
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9