Remove Genius from integration/distribution 55/94955/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 22:24:33 +0000 (23:24 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 22:24:33 +0000 (23:24 +0100)
Genius is becoming a self-managed project in Silicon release stream,
remove it from distribution.

Change-Id: Ia5fd7a6850954e155545bda3ee1f7de664f73232
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/upstream/artifacts/pom.xml
artifacts/upstream/properties/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-all/pom.xml

index 0a053c1ef6d39255c70327d617da2e958dedd94b..3e3e9e41f73bba36d3aebd9e82878ffb7b9a2bed 100644 (file)
                 </dependencies>
             </dependencyManagement>
         </profile>
-        <profile>
-            <id>genius</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.opendaylight.genius</groupId>
-                        <artifactId>genius-artifacts</artifactId>
-                        <version>${genius.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
         <profile>
             <id>infrautils</id>
             <activation>
index d4ab9bdb71ad8faea1cc1b565a5a6eae65ab2a8a..b166158905f6328f64878a1940edc8542005ae8c 100644 (file)
@@ -47,7 +47,6 @@
         <bgpcep.version>0.15.0-SNAPSHOT</bgpcep.version>
         <controller.version>3.0.5</controller.version>
         <daexim.version>1.9.0-SNAPSHOT</daexim.version>
-        <genius.version>0.10.0-SNAPSHOT</genius.version>
         <infrautils.version>1.9.5</infrautils.version>
         <jsonrpc.version>1.10.0-SNAPSHOT</jsonrpc.version>
         <lispflowmapping.version>1.13.0-SNAPSHOT</lispflowmapping.version>
index 13a13411de065efdb036f535de745327c6e68dba..2c13493133c60970121560f3a8980371a348b65b 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Genius -->
-        <profile>
-            <id>genius</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.genius</groupId>
-                    <artifactId>genius-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- InfraUtils -->
         <profile>
             <id>infrautils</id>
index c40dfbc77049c5c8e72a88e2b5baedbe65bafde8..5bbaeade4c800505b9d71a168ffac3e293593c9d 100644 (file)
 
     <!-- External single feature dependencies in alphabetical order -->
     <profiles>
-        <!-- Genius -->
-        <profile>
-            <id>genius</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.genius</groupId>
-                    <artifactId>odl-genius-rest</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- Netconf -->
         <profile>
             <id>netconf</id>