Release netconf
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index e20fe561cbdb63ccfa2445ab20916571af2c1386..0efd6ce0394c2789d8170db5c4ae11629b9ea8cc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.3</version>
+        <version>9.0.16</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>2.0.17</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.5.1</version>
+            <version>2.8.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.5.1</version>
+            <version>2.8.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.sshd</groupId>
+                    <artifactId>sshd-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>net.i2p.crypto</groupId>
             <artifactId>eddsa</artifactId>
+            <version>0.3.0</version>
         </dependency>
     </dependencies>
 
@@ -72,7 +79,7 @@
                                     <artifact>*</artifact>
                                     <excludes>
                                         <exclude>META-INF/MANIFEST.MF</exclude>
-                                        <exclude>META-INF/services/**</exclude>
+                                        <exclude>.cache/formatter-maven-cache.properties</exclude>
                                     </excludes>
                                 </filter>
                                 <filter>
@@ -81,7 +88,6 @@
                                         <exclude>META-INF/DEPENDENCIES</exclude>
                                         <exclude>META-INF/LICENSE</exclude>
                                         <exclude>META-INF/NOTICE</exclude>
-                                        <exclude>META-INF/services/**</exclude>
                                     </excludes>
                                 </filter>
                             </filters>
                                     <shadedPattern>org.opendaylight.netconf.shaded.eddsa</shadedPattern>
                                 </relocation>
                             </relocations>
+                            <transformers>
+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                            </transformers>
                         </configuration>
                     </execution>
                 </executions>