Fix for Bug 114.
[yangtools.git] / yang / yang-maven-plugin / pom.xml
index 8ffa8204c2ec04fc49f8815ab0b226a68fccdbd8..61530777a8256c70dba00d1c63b7480c69f77bfd 100644 (file)
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-slf4j-logging</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>google-collections</artifactId>
+                    <groupId>com.google.collections</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
                 <artifactId>sisu-inject-plexus</artifactId>
                 <version>2.5.0</version>
             </dependency>
+            <dependency>
+                <groupId>org.sonatype.aether</groupId>
+                <artifactId>aether-api</artifactId>
+                <version>1.13.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.sonatype.aether</groupId>
+                <artifactId>aether-util</artifactId>
+                <version>1.13.1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>