Make necessary changes to build common-services-common-utilities
authorGary Wu <gary.i.wu@huawei.com>
Thu, 25 Aug 2016 14:41:48 +0000 (07:41 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 25 Aug 2016 14:43:28 +0000 (07:43 -0700)
Change-Id: I171a0fc8c1205f3634c537d827f6b299d2eb1641
Issue-id: INT-40
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
.gitreview [new file with mode: 0644]
common-util/pom.xml
pom.xml
rest-client/pom.xml

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..f21a39a
--- /dev/null
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.open-o.org
+port=29418
+project=common-services-common-utilities.git
index b4245d0..32ce4c3 100644 (file)
@@ -52,7 +52,7 @@
 
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>com.springsource.slf4j.log4j</artifactId>
+            <artifactId>slf4j-log4j12</artifactId>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index 2ff9e92..7c01bc1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>rest-client</module>
     </modules>
 
-       <distributionManagement>
-               <repository>
-                       <id>releases</id>
-                       <url>http://113.200.115.170:4096/nexus/content/repositories/OPEN-O_Release</url>
-               </repository>
-               <snapshotRepository>
-                       <id>snapshots</id>
-                       <url>http://113.200.115.170:4096/nexus/content/repositories/OPEN-O_SnapShots</url>
-               </snapshotRepository>
-       </distributionManagement>
        <dependencyManagement>
                <dependencies>
                        <dependency>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.commons</groupId>
-                               <artifactId>com.springsource.org.apache.commons.lang</artifactId>
+                               <artifactId>org.apache.commons.lang</artifactId>
                                <version>2.6.0</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.commons</groupId>
-                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                               <artifactId>org.apache.commons.logging</artifactId>
                                <version>1.1.1</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.commons</groupId>
-                               <artifactId>com.springsource.org.apache.commons.codec</artifactId>
+                               <artifactId>org.apache.commons.codec</artifactId>
                                <version>1.9.0</version>
                        </dependency>
 
                        </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>
-                               <artifactId>com.springsource.slf4j.log4j</artifactId>
+                               <artifactId>slf4j-log4j12</artifactId>
                                <version>${slf4j.version}</version>
                        </dependency>
                        <dependency>
-                               <groupId>org.apache.log4j</groupId>
-                               <artifactId>com.springsource.org.apache.log4j</artifactId>
+                               <groupId>log4j</groupId>
+                               <artifactId>log4j</artifactId>
                                <version>1.2.16</version>
                        </dependency>
                        <dependency>
index 33f24c3..77ecaf8 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>org.jmockit</groupId>
             <artifactId>jmockit</artifactId>
             <scope>test</scope>
-            <version>1.18</version>
+            <version>1.19</version>
         </dependency>
 
     </dependencies>