Further changes as per silicon-sr1
[ccsdk/parent.git] / dependencies-bom / pom.xml
index 7159584..64b83f1 100644 (file)
                 <version>2.3.1</version>
                 <exclusions>
                     <exclusion>
-                        <groupId>javax.xml.stream</groupId>
-                        <artifactId>stax-api</artifactId>
+                        <groupId>*</groupId>
+                        <artifactId>*</artifactId>
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>jakarta.activation</groupId>
+                <artifactId>jakarta.activation-api</artifactId>
+                <version>2.0.1</version>
+            </dependency>
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
             <dependency>
                 <groupId>org.mariadb.jdbc</groupId>
                 <artifactId>mariadb-java-client</artifactId>
-                <version>2.4.4</version>
+                <version>2.7.2</version>
             </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <!-- ODL has 1.7.28 -->
+                <!-- ODL has 1.7.29 -->
                 <version>1.7.30</version>
             </dependency>
             <dependency>
                 <artifactId>testng</artifactId>
                 <version>6.14.3</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.sshd</groupId>
+                <artifactId>sshd-core</artifactId>
+                <version>1.7.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <dependencies>