Release appc
[appc.git] / appc-client / client-lib / pom.xml
index 362e2b7..7186af2 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================\r
   ONAP : APPC\r
   ================================================================================\r
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.\r
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.\r
   ================================================================================\r
   Copyright (C) 2017 Amdocs\r
   =============================================================================\r
@@ -19,7 +19,6 @@
   See the License for the specific language governing permissions and\r
   limitations under the License.\r
 \r
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
   ============LICENSE_END=========================================================\r
   -->\r
 <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">\r
@@ -27,7 +26,7 @@
     <parent>\r
         <artifactId>appc-java-client</artifactId>\r
         <groupId>org.onap.appc.client</groupId>\r
-        <version>1.3.0-SNAPSHOT</version>\r
+        <version>1.6.2</version>\r
     </parent>\r
 \r
     <artifactId>client-lib</artifactId>\r
         <dependency>\r
             <groupId>com.att.eelf</groupId>\r
             <artifactId>eelf-core</artifactId>\r
+            <exclusions>\r
+                      <exclusion>\r
+                           <groupId>org.mockito</groupId>\r
+                           <artifactId>mockito-core</artifactId>\r
+                      </exclusion>\r
+            </exclusions>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.mockito</groupId>\r
+            <artifactId>mockito-core</artifactId>\r
+            <version>1.10.19</version>\r
+            <scope>test</scope>\r
         </dependency>\r
     </dependencies>\r
 </project>\r