mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-03 15:41:23 +01:00
Fix cfm app pom
- app -> apps - missing dependencies Change-Id: Iba1e5a9b8d61d36096e9f10fcd0a68a29b5920ae
This commit is contained in:
parent
c9e832183d
commit
f104e0b994
@ -17,7 +17,7 @@
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>onos-app-cfm</artifactId>
|
||||
<artifactId>onos-apps-cfm</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<version>1.12.0-SNAPSHOT</version>
|
||||
|
||||
@ -71,6 +71,28 @@
|
||||
<artifactId>onlab-junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onlab-osgi</artifactId>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.test-framework</groupId>
|
||||
<artifactId>jersey-test-framework-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-rest</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user