Update version to 1.13.5
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / pom.xml
index 45b2121..5894ddd 100644 (file)
@@ -25,9 +25,8 @@
 
   <parent>
     <groupId>org.openecomp.sdc</groupId>
-    <artifactId>openecomp-sdc-lib</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
+    <artifactId>openecomp-sdc-translator-lib</artifactId>
+    <version>1.13.5-SNAPSHOT</version>
   </parent>
 
   <dependencies>
       <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>
       <groupId>org.openecomp.sdc</groupId>
@@ -69,7 +78,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>${commons.io.version}</version>
     </dependency>
     <dependency>
       <groupId>org.openecomp.sdc</groupId>
   </dependencies>
 
   <build>
+   <testResources>
+     <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>true</filtering>
+      </testResource>
+      </testResources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>