Update version to 1.13.4
[sdc.git] / common / onap-generic-artifact-browser / onap-generic-artifact-browser-service / pom.xml
index b3665dc..175b7ad 100644 (file)
@@ -7,18 +7,18 @@
   <parent>
     <groupId>org.onap.sdc.common</groupId>
     <artifactId>onap-generic-artifact-browser</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.13.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>onap-generic-artifact-browser-service</artifactId>
 
   <properties>
-    <snakeyaml.version>1.21</snakeyaml.version>
     <jsurfer.version>1.4.3</jsurfer.version>
     <jacoco.skip>false</jacoco.skip>
   </properties>
 
   <dependencies>
+
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter</artifactId>
-      <version>${junitJupiter.version}</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-junit-jupiter</artifactId>
-      <version>${mockitoJupiter.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>${maven-surefire-plugin.version}</version>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>
\ No newline at end of file