Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-facade-lib / openecomp-facade-core / pom.xml
index e9c692f..89da608 100644 (file)
@@ -4,13 +4,11 @@
 
     <artifactId>openecomp-facade-core</artifactId>
     <name>openecomp-facade-core</name>
-    <groupId>org.openecomp.sdc.core</groupId>
 
     <parent>
-        <artifactId>openecomp-sdc-lib</artifactId>
-        <groupId>org.openecomp.sdc</groupId>
-        <version>1.6.1-SNAPSHOT</version>
-        <relativePath>../../..</relativePath>
+        <artifactId>openecomp-facade-lib</artifactId>
+        <groupId>org.openecomp.sdc.core</groupId>
+        <version>1.13.6-SNAPSHOT</version>
     </parent>
 
 
             <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.core</groupId>