Release appc
[appc.git] / appc-client / client-simulator / pom.xml
index 59be126..f75e824 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Copyright (C) 2017 Amdocs
   =============================================================================
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   ============LICENSE_END=========================================================
   -->
-<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>
         <artifactId>appc-java-client</artifactId>
-        <groupId>org.openecomp.appc.client</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <groupId>org.onap.appc.client</groupId>
+        <version>1.7.0</version>
     </parent>
     <artifactId>client-simulator</artifactId>
 
@@ -51,7 +49,7 @@
                         <configuration>
                             <archive>
                                 <manifest>
-                                    <mainClass>org.openecomp.appc.simulator.client.main.ClientRunner</mainClass>
+                                    <mainClass>org.onap.appc.simulator.client.main.ClientRunner</mainClass>
                                 </manifest>
                             </archive>
                             <descriptors>
             <version>${jackson.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.openecomp.appc.client</groupId>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>${jackson.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.onap.appc.client</groupId>
             <artifactId>client-kit</artifactId>
             <version>${project.version}</version>
         </dependency>
             <artifactId>commons-io</artifactId>
             <version>2.4</version>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>