Moved CMTS emulator to its own module so it can either be run standalone or be used...
[packetcable.git] / packetcable-driver / pom.xml
index 24f1a27f9074630244fcc22faaa0e758494f9d3d..d7bf8acb9be51d52552bc15636fdbbb0b885b22d 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.opendaylight.packetcable</groupId>
                <artifactId>packetcable</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>packetcable-driver</artifactId>
        <packaging>bundle</packaging>
@@ -51,7 +51,7 @@
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+               <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
                <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
                <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
@@ -62,6 +62,7 @@
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
+                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>