Remove useless dep 53/110853/1
authorsebdet <sebastien.determe@intl.att.com>
Mon, 3 Aug 2020 15:20:56 +0000 (17:20 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 3 Aug 2020 15:20:56 +0000 (17:20 +0200)
Remove useless dependencies

Issue-ID: CLAMP-915
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I83ad14ab2b70373e1679b7fd896bf983db948e3f

pom.xml

diff --git a/pom.xml b/pom.xml
index 64df86d..623cbb9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>javax.ws.rs</groupId>
-                       <artifactId>javax.ws.rs-api</artifactId>
-                       <version>2.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
                <dependency>
                        <groupId>javax.transaction</groupId>
                        <artifactId>jta</artifactId>
                </dependency>
 
                <!-- TESTING -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.assertj</groupId>
                        <artifactId>assertj-core</artifactId>