Mod aaa-12 修改feature pom,精简依赖。
RCA: SOL: 修改人:dongxiancun 检视人:dongxiancun
This commit is contained in:
parent
7beb5c3e14
commit
83d33dfb7b
|
@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
|
|||
<configfile.directory>etc/opendaylight/karaf</configfile.directory>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<!--<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.opendaylight.netconf</groupId>
|
||||
|
@ -44,13 +44,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
|
|||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</dependencyManagement>-->
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.opendaylight.netconf</groupId>
|
||||
<artifactId>sal-rest-docgen</artifactId>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.opendaylight.yangtools</groupId>
|
||||
<artifactId>features-yangtools</artifactId>
|
||||
|
@ -66,13 +66,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
|
|||
<type>xml</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.opendaylight.netconf</groupId>
|
||||
<artifactId>features-restconf</artifactId>
|
||||
<classifier>features</classifier>
|
||||
<type>xml</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cmcc.cmhi</groupId>
|
||||
|
|
Loading…
Reference in New Issue