Mod aaa-12 修改pom。
RCA: SOL: 修改人:dongxiancun 检视人:dongxiancun
This commit is contained in:
parent
259ff6a7b6
commit
9188fea5f0
|
@ -26,6 +26,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
|
|||
build failure. Please do not modify this unless you have a good reason. -->
|
||||
<name>ODL :: com.cmcc.cmhi :: ${project.artifactId}</name>
|
||||
<packaging>bundle</packaging>
|
||||
|
||||
<properties>
|
||||
<netconf.version>1.4.4</netconf.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
@ -36,6 +40,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
|
|||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.opendaylight.netconf</groupId>
|
||||
<artifactId>netconf-artifacts</artifactId>
|
||||
<version>${netconf.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
@ -67,17 +78,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
|
|||
<dependency>
|
||||
<groupId>org.opendaylight.netconf</groupId>
|
||||
<artifactId>sal-netconf-connector</artifactId>
|
||||
<version>1.8.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.opendaylight.mdsal</groupId>
|
||||
<artifactId>mdsal-binding-api</artifactId>
|
||||
<version>4.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>org.opendaylight.controller</groupId>
|
||||
<artifactId>config-manager</artifactId>
|
||||
<version>0.8.4</version>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue