Mod aaa-12 修改pom。

RCA:
SOL:
修改人:dongxiancun
检视人:dongxiancun
This commit is contained in:
dongxiancun 2019-08-15 17:35:09 +08:00
parent 259ff6a7b6
commit 9188fea5f0
1 changed files with 13 additions and 5 deletions

View File

@ -27,6 +27,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<name>ODL :: com.cmcc.cmhi :: ${project.artifactId}</name> <name>ODL :: com.cmcc.cmhi :: ${project.artifactId}</name>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<properties>
<netconf.version>1.4.4</netconf.version>
</properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
@ -36,6 +40,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-artifacts</artifactId>
<version>${netconf.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
@ -67,17 +78,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency> <dependency>
<groupId>org.opendaylight.netconf</groupId> <groupId>org.opendaylight.netconf</groupId>
<artifactId>sal-netconf-connector</artifactId> <artifactId>sal-netconf-connector</artifactId>
<version>1.8.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opendaylight.mdsal</groupId> <groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-binding-api</artifactId> <artifactId>mdsal-binding-api</artifactId>
<version>4.0.2</version>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>org.opendaylight.controller</groupId> <groupId>org.opendaylight.controller</groupId>
<artifactId>config-manager</artifactId> <artifactId>config-manager</artifactId>
<version>0.8.4</version> </dependency> -->
</dependency>
</dependencies> </dependencies>
</project> </project>