Merge "Revert "Remove useless dep""
authorChristophe Closset <christophe.closset@intl.att.com>
Thu, 20 Aug 2020 10:28:40 +0000 (10:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 20 Aug 2020 10:28:40 +0000 (10:28 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>org.codehaus.janino</groupId>
+                       <artifactId>janino</artifactId>
+                       <version>3.0.8</version>
+               </dependency>
                <dependency>
                        <groupId>org.apache.tomcat.embed</groupId>
                        <artifactId>tomcat-embed-core</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
 -              <dependency>
 -                      <groupId>javax.xml.ws</groupId>
 -                      <artifactId>jaxws-api</artifactId>
 -                      <version>2.3.1</version>
 -              </dependency>
 -              <dependency>
 -                      <groupId>javax.xml.bind</groupId>
 -                      <artifactId>jaxb-api</artifactId>
 -                      <version>2.3.0</version>
 -              </dependency>
 -              <dependency>
 -                      <groupId>org.glassfish.jersey.core</groupId>
 -                      <artifactId>jersey-common</artifactId>
 -                      <version>2.27</version>
 -              </dependency>
                <!-- Spring famework -->
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>logback-classic</artifactId>
                        <version>1.2.3</version>
                </dependency>
 -              <dependency>
 -                      <groupId>commons-dbcp</groupId>
 -                      <artifactId>commons-dbcp</artifactId>
 -                      <version>1.4</version>
 -              </dependency>
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
                        <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>
                                                        <includes>
                                                                <include>**/*ItCase.java</include>
                                                        </includes>
 -                                                      <forkCount>1</forkCount>
 +                                                      <forkCount>1C</forkCount>
                                                        <reuseForks>true</reuseForks>
                                                        <useSystemClassLoader>false</useSystemClassLoader>
                                                        <argLine>${failsafeArgLine}</argLine>