Remove unneeded embedded dependency 30/12830/3
authorRobert Varga <rovarga@cisco.com>
Thu, 13 Nov 2014 22:12:38 +0000 (23:12 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 19 Nov 2014 10:31:29 +0000 (10:31 +0000)
yangtools:util already embeds the dependency with a different version,
causing a potential clash. Since sal-dom-broker is not a direct user,
this will work just fine.

Change-Id: If92555d6feb15c6ee9495fb789244750a48e9129
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/pom.xml

index 264709f687adcb8ab13cf4a7149099324dd9c476..60581f99cb26d40a016b285b8c7ae49fb8b8fd39 100644 (file)
   <packaging>bundle</packaging>
 
   <dependencies>
-    <dependency>
-      <groupId>com.github.romix</groupId>
-      <artifactId>java-concurrent-hash-trie-map</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
                             org.opendaylight.yangtools.yang.util,
                             org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.dom.impl.rev131028.*</Private-Package>
             <Import-Package>*</Import-Package>
-            <Embed-Dependency>java-concurrent-hash-trie-map;inline=true</Embed-Dependency>
           </instructions>
         </configuration>
       </plugin>