Fix odlparent reference
[netconf.git] / netconf / shaded-exificient-jar / pom.xml
index 19239717c6c6d1488732d9a20ed44d1dfc95cd23..e3efc5d20a051f88b33201d53c36b1aa702fe5ce 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>4.0.2</version>
+        <version>4.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-exificient-jar</artifactId>
     <packaging>jar</packaging>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <!-- We do not want to leak this artifact -->
+        <maven.deploy.skip>true</maven.deploy.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.siemens.ct.exi</groupId>
             <artifactId>exificient</artifactId>
-            <version>1.0.1</version>
-        </dependency>
-        <dependency>
-            <!-- Override until exificient ships a newer version -->
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.12.0</version>
+            <version>1.0.4</version>
         </dependency>
     </dependencies>