summaryrefslogtreecommitdiffstats
path: root/dependencies-odl-bom
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2022-01-18 10:06:31 +0100
committerDan Timoney <dtimoney@att.com>2022-03-22 13:08:35 +0000
commit7bb133e401f31623104ecd3534e2aab3ffe72009 (patch)
tree35b0115f52ec7d067cbae31c459a429de3bfb073 /dependencies-odl-bom
parentcce01d4d7b326ec8283479f3ddf397a306b32a29 (diff)
migrate parents to phosphorus-sr1
generate sr1 parents and add script for this Issue-ID: CCSDK-3565 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I53c5bed11d3d336df5ca99f521a210067663571d Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r--dependencies-odl-bom/pom.xml30
1 files changed, 23 insertions, 7 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index ee150dd4..eb3cba4d 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -44,40 +44,40 @@
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>bgp-artifacts</artifactId>
- <version>0.15.2</version>
+ <version>0.16.13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-artifacts</artifactId>
- <version>3.0.10</version>
+ <version>4.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
- <version>7.0.9</version>
+ <version>8.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-artifacts</artifactId>
- <version>1.13.4</version>
+ <version>2.0.11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-binding-broker-impl</artifactId>
- <version>1.13.4</version>
+ <version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-binding-broker-impl</artifactId>
- <version>1.13.4</version>
+ <version>2.0.11</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>sal-test-model</artifactId>
- <version>1.13.4</version>
+ <version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
@@ -141,6 +141,16 @@
<scope>import</scope>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.5</version>
+ </dependency>
+ <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
@@ -150,6 +160,12 @@
<artifactId>org.osgi.compendium</artifactId>
<version>5.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>2.1.3</version>
+ </dependency>
+
<!-- Below is required by com.google.guava : guava : jar : 28.2-jre -->
<dependency>
<groupId>com.google.guava</groupId>