diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-05 08:40:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-05 09:00:52 -0400 |
commit | b69bc4eae1f9c9fd77752f1e845b60f936ddadb2 (patch) | |
tree | 1498af9068e1a6e858b19d368a4e9b0e8e751270 | |
parent | 7f23907c2416ef038782a12ccee390c19d88179d (diff) |
Restore missing ODL dependencies
Restore missing ODL dependency management entries, which were
causing compile failures.
Change-Id: I88ac3bbd2fb2fd2ebb2f683852d0ef16558b6cf0
Issue-ID: CCSDK-2397
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | dependencies-odl-bom/pom.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 92829d08..5fa6ff70 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -40,6 +40,60 @@ <scope>import</scope> </dependency> + <!-- Other OpenDaylight dependencies --> + <dependency> + <groupId>org.opendaylight.bgpcep</groupId> + <artifactId>bgp-artifacts</artifactId> + <version>0.11.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>mdsal-artifacts</artifactId> + <version>1.9.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-binding-broker-impl</artifactId> + <version>1.9.1</version> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-binding-broker-impl</artifactId> + <version>1.9.1</version> + <type>test-jar</type> + <classifier>tests</classifier> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-test-model</artifactId> + <version>1.9.1</version> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal</groupId> + <artifactId>mdsal-artifacts</artifactId> + <version>3.0.8</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>netconf-artifacts</artifactId> + <version>1.6.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>restconf-artifacts</artifactId> + <version>1.9.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- Other dependencies --> <dependency> |