remove binaries
[vfc/nfvo/wfengine.git] / rest-client / pom.xml
index 33f24c3..de54805 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2016, Huawei Technologies Co., Ltd.
+  Copyright 2016 Huawei Technologies Co., Ltd.
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-       <groupId>org.openo.baseservice</groupId>
+       <groupId>org.openo.common-services.common-utilities</groupId>
        <artifactId>common-setting</artifactId>
-       <version>1.0.1-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>commonlib-restclient</artifactId>
     <properties>
     </properties>
     <dependencies>
         <dependency>
-            <groupId>org.openo.baseservice</groupId>
+            <groupId>org.openo.common-services.common-utilities</groupId>
             <artifactId>commonlib-cbb</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty.aggregate</groupId>
             <version>4.8.2</version>
         </dependency>
         <dependency>
-            <groupId>org.jmockit</groupId>
+            <groupId>com.googlecode.jmockit</groupId>
             <artifactId>jmockit</artifactId>
             <scope>test</scope>
-            <version>1.18</version>
+            <version>1.1</version>
         </dependency>
 
     </dependencies>
@@ -86,4 +85,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+<name>common-services-common-utilities/rest-client</name></project>