Moved CMTS emulator to its own module so it can either be run standalone or be used...
[packetcable.git] / packetcable-policy-server / pom.xml
index e2a806d44e0c5f0f4fd984b082658469d2881532..a301112d97df9881bef1bd6b529dece88a98e121 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-
-         <dependency>
+        <dependency>
+            <groupId>org.opendaylight.packetcable</groupId>
+            <artifactId>packetcable-emulator</artifactId>
+            <version>1.3.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
-              <artifactId>mockito-core</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>