Remove superfluous feature dependencies 01/86401/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 08:04:36 +0000 (09:04 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 08:05:13 +0000 (09:05 +0100)
We are generating features automatically, do not explicitly
specify dependencies, as they are picked up as needed.

Change-Id: I14cd2079a22d264dfa55dcf254fba59dd005da7e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-aaa-shiro/pom.xml

index 5c9fd0520b60df16b61a08671b1bbaf88cf9d62a..dfbd115f60b2bb6653ded2339c57b492da2dfea6 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
-        <!-- EhCache -->
-        <dependency>
-            <groupId>net.sf.ehcache</groupId>
-            <artifactId>ehcache</artifactId>
-        </dependency>
-
         <!--H2 Store -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2</artifactId>
-        </dependency>
-
-        <dependency>
-          <groupId>org.immutables</groupId>
-          <artifactId>value</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>com.google.guava</groupId>
-          <artifactId>guava</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-text</artifactId>
-        </dependency>
 
         <dependency>
             <!-- finalname="bin/idmtool" -->