re base code
[sdc.git] / ui-ci / pom.xml
index c6d8c2d..8efd502 100644 (file)
@@ -23,6 +23,7 @@
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>${guava.version}</version>
+                       <!-- <version>21.0</version> -->
                        <scope>compile</scope>
                </dependency>
 
                        <groupId>org.seleniumhq.selenium</groupId>
                        <artifactId>selenium-java</artifactId>
                        <version>2.53.1</version>
+                       <!-- <version>3.4.0</version> -->
                </dependency>
 
                <dependency>
                        <groupId>org.seleniumhq.selenium</groupId>
                        <artifactId>selenium-server</artifactId>
                        <version>2.53.1</version>
+                       <!-- <version>3.4.0</version> -->
                        <scope>runtime</scope>
                </dependency>
 
                        <scope>compile</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-core</artifactId>
-                       <version>${jackson.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-annotations</artifactId>
-                       <version>${jackson.annotations.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
                        <artifactId>sdc-distribution-client</artifactId>
                        <scope>compile</scope>
                </dependency>
 
+               <!--<dependency>-->
+                       <!--<groupId>com.att.automation.common</groupId>-->
+                       <!--<artifactId>report-portal-integration</artifactId>-->
+                       <!--<version>RELEASE</version>-->
+               <!--</dependency>-->
+
                <dependency>
                        <groupId>com.google.inject</groupId>
                        <artifactId>guice</artifactId>
                        <version>4.1.0</version>
                </dependency>
+
+
+
+
+
        </dependencies>
 
        <build>
 
                <plugins>
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-compiler-plugin</artifactId> -->
+<!--                           <version>3.7.0</version> -->
+<!--                           <configuration> -->
+<!--                                   <compilerArgument>-g:vars</compilerArgument> -->
+<!--                                   <debug>true</debug> -->
+<!--                                   <debuglevel>lines,vars,source</debuglevel> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+
+<!--                   <plugin> -->
+<!--                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                           <artifactId>maven-surefire-plugin</artifactId> -->
+<!--                           <version>2.19.1</version> -->
+<!--                           <configuration> -->
+<!--                                   <suiteXmlFiles> -->
+<!--                                           <suiteXmlFile>${suiteXmlFile}</suiteXmlFile> -->
+<!--                                   </suiteXmlFiles> -->
+<!--                                   <argLine>-javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar</argLine> -->
+<!--                           </configuration> -->
+<!--                   </plugin> -->
+
                        <plugin>
                                <artifactId>maven-clean-plugin</artifactId>
                                <version>3.0.0</version>
                                        </plugin>
                                </plugins>
                        </build>
+       <!--<repositories>-->
+               <!--<repository>-->
                </profile>
        </profiles>
+                       <!--<id>nexus_att_repository_id</id>-->
+                       <!--<url>http://135.76.5.78:8083/nexus/content/groups/public</url>-->
+               <!--</repository>-->
+       <!--</repositories>-->
+       <!--<pluginRepositories>-->
+               <!--<pluginRepository>-->
+                       <!--<id>nexus_att_repository_id</id>-->
+                       <!--<url>http://135.76.5.78:8083/nexus/content/groups/public</url>-->
+               <!--</pluginRepository>-->
+       <!--</pluginRepositories>-->
 </project>