Temp fix to allow tosca functions in op props
[sdc.git] / catalog-model / pom.xml
index 0ed6b7f..1c37f0d 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-main</artifactId>
-        <version>1.11.0-SNAPSHOT</version>
+        <version>1.11.8-SNAPSHOT</version>
     </parent>
 
     <properties>
                     <groupId>org.apache.httpcomponents</groupId>
                     <artifactId>httpcore</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.functionaljava</groupId>
+                    <artifactId>functionaljava</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
-                    <artifactId>gremlin-groovy</artifactId>
                     <groupId>org.apache.tinkerpop</groupId>
+                    <artifactId>gremlin-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tinkerpop</groupId>
+                    <artifactId>gremlin-groovy</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.json</groupId>
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-databind</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.github.jnr</groupId>
+                    <artifactId>jnr-posix</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>