Merge "Upgrade to Argon SR2"
authorDan Timoney <dtimoney@att.com>
Wed, 8 Nov 2023 14:09:18 +0000 (14:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 8 Nov 2023 14:09:18 +0000 (14:09 +0000)
1  2 
dependencies-odl-bom/pom.xml

@@@ -6,7 -6,7 +6,7 @@@
          <groupId>org.opendaylight.odlparent</groupId>
          <artifactId>odlparent</artifactId>
          <version>8.1.2</version>
 -        <relativePath/>
 +        <relativePath />
      </parent>
  
      <groupId>org.onap.ccsdk.parent</groupId>
              <dependency>
                  <groupId>org.opendaylight.controller</groupId>
                  <artifactId>controller-artifacts</artifactId>
-                 <version>7.0.6</version>
+                 <version>7.0.9</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency>
              <dependency>
                  <groupId>org.opendaylight.mdsal</groupId>
                  <artifactId>mdsal-artifacts</artifactId>
-                 <version>11.0.9</version>
+                 <version>11.0.12</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency>
              <dependency>
                  <groupId>org.opendaylight.netconf</groupId>
                  <artifactId>netconf-artifacts</artifactId>
-                 <version>5.0.6</version>
+                 <version>5.0.7</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency>
                  <artifactId>dmaapClient</artifactId>
                  <version>1.1.14</version>
              </dependency>
 +            <dependency>
 +                <groupId>org.apache.kafka</groupId>
 +                <artifactId>kafka-clients</artifactId>
 +                <version>3.0.0</version>
 +            </dependency>
              <!-- Below provides javax.annotations -->
              <dependency>
                  <groupId>com.google.code.findbugs</groupId>
                  <!-- This version supports the "deployAtEnd" parameter -->
                  <version>2.8</version>
                  <configuration>
 -                    <skip/>
 +                    <skip />
                      <deployAtEnd>true</deployAtEnd>
                  </configuration>
              </plugin>