From 11ee6836d6f25a1becdea60a322a72fbffd4b8b6 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Thu, 26 Sep 2019 16:40:58 -0400 Subject: Split music src into music-core and music-rest 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 Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9 --- src/test/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/test/resources/application.properties (limited to 'src/test/resources/application.properties') diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties deleted file mode 100644 index 02e9c1a9..00000000 --- a/src/test/resources/application.properties +++ /dev/null @@ -1,2 +0,0 @@ -server.port=8080 -server.servlet.context-path=/MUSIC/rest \ No newline at end of file -- cgit 1.2.3-korg