Fix refering to snapshot in drools-application
[policy/drools-applications.git] / controlloop / common / simulators / pom.xml
index 1c613ea..b0f2188 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   simulators
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   <parent>
     <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
     <artifactId>common</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>simulators</artifactId>
 
   <dependencies>
     <dependency>
-      <groupId>org.onap.policy.drools-pdp</groupId>
+      <groupId>org.onap.policy.common</groupId>
       <artifactId>policy-endpoints</artifactId>
-      <version>${project.version}</version>
+      <version>${version.policy.common}</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>
     <dependency>
       <groupId>org.onap.policy.drools-pdp</groupId>
       <artifactId>policy-management</artifactId>
-      <version>${project.version}</version>
+      <version>${version.policy.drools-pdp}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.5</version>
       <scope>provided</scope>
     </dependency>
+      <dependency>
+          <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
+          <artifactId>sdnc</artifactId>
+          <version>${project.version}</version>
+      </dependency>
   </dependencies>
 </project>