Merge "Reorder modifiers"
[so.git] / adapters / mso-network-adapter / pom.xml
index 48a19bd..92c0ae5 100644 (file)
@@ -30,9 +30,9 @@
                                </configuration>
                        </plugin>
                        <plugin>
-                               <groupId>org.jvnet.jax-ws-commons</groupId>
+                               <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jaxws-maven-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>2.4.1</version>
                                <executions>
                                        <execution>
                                                <goals>
        </build>
 
        <dependencies>
+       <!-- added for unit testing -->
+               <dependency>
+                   <groupId>javax.json</groupId>
+                   <artifactId>javax.json-api</artifactId>
+                   <version>1.0</version>
+                       <scope>test</scope>    
+               </dependency>   
+               <dependency>
+                   <groupId>org.glassfish</groupId>
+                   <artifactId>javax.json</artifactId>
+                   <version>1.0.4</version>
+                       <scope>test</scope>        
+               </dependency>   
+
+               <dependency>
+                   <groupId>javax.servlet</groupId>
+                   <artifactId>javax.servlet-api</artifactId>
+                   <version>3.1.0</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                   <groupId>javax.ws.rs</groupId>
+                   <artifactId>javax.ws.rs-api</artifactId>
+                   <version>2.1</version>
+                   <scope>test</scope>
+               </dependency>
+
+
+       <!-- added for unit testing -->
+
                <dependency>
                        <groupId>javax</groupId>
                        <artifactId>javaee-web-api</artifactId>
                        <artifactId>mso-adapters-rest-interface</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.10.19</version>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>javax.servlet-api</artifactId>