Merge "pom fix"
authorMichael Lando <ml636r@att.com>
Tue, 28 Feb 2017 00:14:37 +0000 (00:14 +0000)
committerGerrit Code Review <gerrit@openecomp.org>
Tue, 28 Feb 2017 00:14:37 +0000 (00:14 +0000)
asdc-tests/pom.xml
asdctool/pom.xml
catalog-be/pom.xml
catalog-dao/pom.xml
catalog-fe/pom.xml
catalog-model/pom.xml
common-app-api/pom.xml
common-be/pom.xml
pom.xml
ui-ci/pom.xml
webseal-simulator/pom.xml

index 6b5304c..90f442a 100644 (file)
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
                
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
                
index 20a6919..ee757ee 100644 (file)
@@ -21,6 +21,8 @@
                        <!--<scope>provided</scope>-->
                <!--</dependency>-->
 
+
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context-support</artifactId>
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
 
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
                <dependency>
index 8975ee1..05ac518 100644 (file)
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
 
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
                <!-- http client END -->
index 4a6201b..96cb609 100644 (file)
 
 
        <dependencies>
+               <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
index 3783207..b3942b1 100644 (file)
@@ -16,6 +16,7 @@
 
 
        <dependencies>
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
                        <dependency>
                                <groupId>commons-logging</groupId>
                                <artifactId>commons-logging</artifactId>
+                               <version>1.2.1-SNAPSHOT</version>
                                <scope>compile</scope>
                        </dependency>
 
                        <dependency>
                                <groupId>commons-codec</groupId>
                                <artifactId>commons-codec</artifactId>
+                               <version>2.0-SNAPSHOT</version>
                                <scope>compile</scope>
                        </dependency>
                        <!-- http client END -->
index a65eebc..ed409a0 100644 (file)
        
 
        <dependencies>
+
+               <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
index 342c576..aacaa35 100644 (file)
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
        
index 13bd8c2..ce7b0d9 100644 (file)
 
 
        <dependencies>
+               <dependency>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
                <!-- Common of SD&C -->
                <dependency>
                        <groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index e432f07..3b9a05b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <scope>provided</scope>
                        </dependency>
 
-                       <dependency>
-                               <groupId>commons-logging</groupId>
-                               <artifactId>commons-logging</artifactId>
-                               <version>1.2.1-SNAPSHOT</version>
-                               <scope>provided</scope>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>commons-codec</groupId>
-                               <artifactId>commons-codec</artifactId>
-                               <version>2.0-SNAPSHOT</version>
-                               <scope>provided</scope>
-                       </dependency>
-
                        <dependency>
                                <groupId>junit</groupId>
                                <artifactId>junit</artifactId>
index f5236e4..5c0726d 100644 (file)
@@ -14,6 +14,7 @@
        </parent>
 
        <dependencies>
+
                <dependency>
                        <groupId>org.seleniumhq.selenium</groupId>
                        <artifactId>selenium-java</artifactId>
@@ -77,6 +78,7 @@
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
+                       <version>1.2.1-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
 
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
+                       <version>2.0-SNAPSHOT</version>
                        <scope>compile</scope>
                </dependency>
                
index 5d18330..748e286 100644 (file)
@@ -7,9 +7,9 @@
   <version>0.0.1-SNAPSHOT</version>
 
 <parent>
-<groupId>org.openecomp.sdc</groupId>
-<artifactId>sdc-main</artifactId>
-<version>1610.2.4</version>
+       <groupId>org.openecomp.sdc</groupId>
+       <artifactId>sdc-main</artifactId>
+       <version>1610.2.4</version>
 </parent>