Remove dependency on org.powermock (PowerMockito)
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8829d64..f45e580 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
                <commons-compress.version>1.14</commons-compress.version>
                <fasterxml.version>2.8.1</fasterxml.version>
                <mockito.version>1.10.19</mockito.version>
-               <powermock.version>1.6.2</powermock.version>
                <jsr311-api.version>1.1.1</jsr311-api.version>
                <jersey-client.version>1.18</jersey-client.version>
                <gson.version>2.7</gson.version>
                        <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.powermock</groupId>
-                       <artifactId>powermock-module-junit4</artifactId>
-                       <version>${powermock.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.powermock</groupId>
-                       <artifactId>powermock-api-mockito</artifactId>
-                       <version>${powermock.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.powermock</groupId>
-                       <artifactId>powermock-module-junit4-rule-agent</artifactId>
-                       <version>1.6.2</version>
-                       <scope>test</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>powermock-module-javaagent</artifactId>
-                                       <groupId>org.powermock</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
                <dependency>
                        <groupId>org.javassist</groupId>
                        <artifactId>javassist</artifactId>
                                        <forceTags>true</forceTags>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <version>2.8</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-agent</id>
-                                               <phase>process-test-classes</phase>
-                                               <goals>
-                                                       <goal>copy</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <artifactItems>
-                                                               <artifactItem>
-                                                                       <groupId>org.powermock</groupId>
-                                                                       <artifactId>powermock-module-javaagent</artifactId>
-                                                                       <version>1.6.2</version>
-                                                                       <outputDirectory>${project.build.directory}/agents</outputDirectory>
-                                                                       <destFileName>powermock-javaagent.jar</destFileName>
-                                                               </artifactItem>
-                                                       </artifactItems>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>