Moved CMTS emulator to its own module so it can either be run standalone or be used...
[packetcable.git] / packetcable-driver / pom.xml
index dcf970f6f523c159160a825cfdc177b28d21bf0a..d7bf8acb9be51d52552bc15636fdbbb0b885b22d 100644 (file)
@@ -6,11 +6,11 @@
        <parent>
                <groupId>org.opendaylight.packetcable</groupId>
                <artifactId>packetcable</artifactId>
-               <version>1.1-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>packetcable-driver</artifactId>
        <packaging>bundle</packaging>
-       
+
        <description>
         A lightweight implementation of PCMM COPS PDP client
     </description>
@@ -51,7 +51,7 @@
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <yangtools.version>0.6.2-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>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.11</version>
+                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-core</artifactId>
-                       <version>1.0.9</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-classic</artifactId>
-                       <version>1.0.9</version>
                </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <version>13.0.1</version>
-               </dependency>
-               <dependency>
-                       <groupId>javax.sip</groupId>
-                       <artifactId>jain-sip-ri</artifactId>
-                       <version>1.2.158</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-primitives</groupId>
-                       <artifactId>commons-primitives</artifactId>
-                       <version>20041207.202534</version>
                </dependency>
        </dependencies>
 
                        </testResource>
                </testResources>
                <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Export-Package>org.pcmm*, org.umu.cops*</Export-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
-                               <version>3.0</version>
                                <configuration>
                                        <source>1.7</source>
                                        <target>1.7</target>