Eliminate ranges
[sdnc/core.git] / filters / provider / pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index cf31a0c..2c4589e
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>filters</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.2-SNAPSHOT</version>
        </parent>
        <artifactId>filters-provider</artifactId>
        <packaging>bundle</packaging>
                         <artifactId>commons-codec</artifactId>
                         <version>${commons.codec.version}</version>
                 </dependency>
-
+                <dependency>
+                       <groupId>org.openecomp.sdnc.core</groupId>
+                       <artifactId>sli-common</artifactId>
+                       <version>${project.version}</version>
+                </dependency>
 <!--
                <dependency>
                        <groupId>mysql</groupId>