Added support for resolving augmentations.
[controller.git] / opendaylight / sal / yang-prototype / yang / pom.xml
index 0ac2bbe569b010475810db978d5685de9ebe1d75..4710c9f0e8ccb1e2e9b4c132c870e6a84b4ee014 100644 (file)
@@ -7,9 +7,7 @@
                <version>0.5-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>yang</artifactId>
-       <version>0.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <modules>
                <module>yang-common</module>
                <module>../code-generator/maven-yang-plugin-it</module>
 
        </modules>
-       <dependencies>
-
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-                       <optional>true</optional>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-simple</artifactId>
-               </dependency>
-       </dependencies>
        <build>
                <plugins>
                        <plugin>