Fix problamatic & remove stale pom related files
Change-Id: I3cf1d30ca7385a228d887c5652ac4a830659b7fd
diff --git a/apps/gluon/pom.xml b/apps/gluon/pom.xml
index 48f3775..a42847d 100644
--- a/apps/gluon/pom.xml
+++ b/apps/gluon/pom.xml
@@ -89,11 +89,5 @@
<artifactId>onlab-junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.onosproject</groupId>
- <artifactId>onos-core-net</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
diff --git a/apps/imr/app/pom.xml b/apps/imr/app/pom.xml
index 421a2b8..977143e 100644
--- a/apps/imr/app/pom.xml
+++ b/apps/imr/app/pom.xml
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
- <artifactId>onos-core-net</artifactId>
+ <artifactId>onos-core-dist</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
diff --git a/apps/rabbitmq/app.xml b/apps/rabbitmq/app.xml
deleted file mode 100644
index 0039bd9..0000000
--- a/apps/rabbitmq/app.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2016-present Open Networking Foundation
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<app name="org.onosproject.rabbitmq" origin="Open Networking Foundation" version="${project.version}"
- category="Traffic Steering" url="http://onosproject.org" title="Rabbit MQ App"
- featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
- features="${project.artifactId}">
- <description>${project.description}</description>
- <artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact>
- <!-- <artifact>mvn:${project.groupId}/onos-app-routing-api/${project.version}</artifact>
- <artifact>mvn:${project.groupId}/onos-app-routing/${project.version}</artifact>
- <artifact>mvn:${project.groupId}/onos-app-proxyarp/${project.version}</artifact> -->
-</app>
diff --git a/apps/rabbitmq/features.xml b/apps/rabbitmq/features.xml
deleted file mode 100644
index c5fb50d..0000000
--- a/apps/rabbitmq/features.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
- ~ Copyright 2016-present Open Networking Foundation
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
- <feature name="${project.artifactId}" version="${project.version}"
- description="${project.description}">
- <feature>onos-api</feature>
- <bundle>mvn:${project.groupId}/onos-app-rabbitmq/${project.version}</bundle>
- <bundle>mvn:com.rabbitmq/amqp-client/3.6.1</bundle>
- <bundle>mvn:com.google.code.gson/gson/2.6.2</bundle>
- </feature>
-</features>
diff --git a/apps/rabbitmq/pom.xml b/apps/rabbitmq/pom.xml
index 616d317..0ba5ecc 100644
--- a/apps/rabbitmq/pom.xml
+++ b/apps/rabbitmq/pom.xml
@@ -29,16 +29,6 @@
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
- <artifactId>onos-app-routing</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onosproject</groupId>
- <artifactId>onos-app-routing-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onosproject</groupId>
<artifactId>onlab-misc</artifactId>
</dependency>
<dependency>
@@ -50,11 +40,6 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
- <groupId>org.onosproject</groupId>
- <artifactId>onos-app-proxyarp</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
@@ -83,11 +68,5 @@
<artifactId>onlab-junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.onosproject</groupId>
- <artifactId>onos-core-net</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
diff --git a/apps/simplefabric/pom.xml b/apps/simplefabric/pom.xml
index e276ca7..28984df 100644
--- a/apps/simplefabric/pom.xml
+++ b/apps/simplefabric/pom.xml
@@ -46,6 +46,11 @@
<dependencies>
<dependency>
+ <groupId>com.googlecode.concurrent-trees</groupId>
+ <artifactId>concurrent-trees</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
@@ -80,12 +85,6 @@
<dependency>
<groupId>org.onosproject</groupId>
- <artifactId>onos-core-net</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.onosproject</groupId>
<artifactId>onos-rest</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/apps/vrouter/app.xml b/apps/vrouter/app.xml
deleted file mode 100644
index 653abfc..0000000
--- a/apps/vrouter/app.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2016-present Open Networking Foundation
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<app name="org.onosproject.vrouter" origin="Open Networking Foundation" version="${project.version}"
- category="Traffic Steering" url="http://onosproject.org" title="Virtual Router App"
- featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
- features="${project.artifactId}">
- <description>${project.description}</description>
- <artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact>
- <artifact>mvn:${project.groupId}/onos-app-routing-api/${project.version}</artifact>
- <artifact>mvn:${project.groupId}/onos-app-routing/${project.version}</artifact>
-</app>
diff --git a/apps/vrouter/features.xml b/apps/vrouter/features.xml
deleted file mode 100644
index 922972a..0000000
--- a/apps/vrouter/features.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
- ~ Copyright 2016-present Open Networking Foundation
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
- <feature name="onos-app-vrouter" version="${project.version}"
- description="${project.description}">
- <feature>onos-api</feature>
- <bundle>mvn:${project.groupId}/onos-app-vrouter/${project.version}</bundle>
- <bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle>
- <bundle>mvn:${project.groupId}/onos-app-routing/${project.version}</bundle>
- </feature>
-</features>