Release netconf
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index 997622e76cf57ceef97549b2f191a5f848742993..0efd6ce0394c2789d8170db5c4ae11629b9ea8cc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.1.2</version>
+        <version>9.0.16</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>1.13.3-SNAPSHOT</version>
+    <version>2.0.17</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.6.0</version>
+            <version>2.8.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.6.0</version>
+            <version>2.8.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>
@@ -79,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>
@@ -88,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>