Step version to 1.13.1-SNAPSHOT
[sdc.git] / openecomp-be / backend / openecomp-sdc-healthcheck-manager / pom.xml
index 8ac3673..737b3f1 100644 (file)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>backend</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.13.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>openecomp-sdc-healthcheck-manager</artifactId>
       <groupId>org.openecomp.sdc.core</groupId>
       <artifactId>openecomp-utilities-lib</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-server</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-servlet</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
       <artifactId>openecomp-zusammen-core</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>${mvn.jar.version}</version>
         <configuration>
           <archive>
             <manifest>
@@ -80,4 +84,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>