Refactored yang-model-parser-impl to improve readability. SchemaContextImpl moved...
[controller.git] / opendaylight / sal / yang-prototype / code-generator / pom.xml
index 7d908c3cd0fb64e5a3632e587183b7d05c7656c9..a8cfdef0f3832d1097b7c6b3b6be9c5362c5ae04 100644 (file)
@@ -8,9 +8,7 @@
                <version>0.5-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
        <artifactId>binding-generator</artifactId>
-       <version>0.5-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>binding-generator</name>
 
                <module>binding-java-api-generator</module>
                <module>maven-sal-api-gen-plugin</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>