aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-07-29 16:13:45 +0300
committerMichael Lando <ml636r@att.com>2018-07-29 16:20:34 +0300
commit5b593496b8f1b8e8be8d7d2dbcc223332e65a49b (patch)
tree2f9dfc45191e723da69cf74be7829784e9741b94 /ui-ci/pom.xml
parent9200382f2ce7b4bb729aa287d0878004b2d2b4f9 (diff)
re base code
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r--ui-ci/pom.xml63
1 files changed, 49 insertions, 14 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index c6d8c2d042..8efd502391 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -23,6 +23,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
+ <!-- <version>21.0</version> -->
<scope>compile</scope>
</dependency>
@@ -30,12 +31,14 @@
<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>
@@ -161,20 +164,6 @@
</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>
<version>1.2.3</version>
@@ -251,16 +240,50 @@
<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>
@@ -469,6 +492,18 @@
</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>