|
95 | 95 |
|
96 | 96 | <!-- test dependencies --> |
97 | 97 | <dependency> |
98 | | - <groupId>org.testng</groupId> |
99 | | - <artifactId>testng</artifactId> |
100 | | - <version>6.8.8</version> |
101 | | - <scope>test</scope> |
102 | | - </dependency> |
103 | | - <dependency> |
104 | | - <groupId>org.powermock</groupId> |
105 | | - <artifactId>powermock-module-testng</artifactId> |
106 | | - <version>1.6.5</version> |
107 | | - <scope>test</scope> |
108 | | - </dependency> |
109 | | - <dependency> |
110 | | - <groupId>org.powermock</groupId> |
111 | | - <artifactId>powermock-api-easymock</artifactId> |
112 | | - <version>1.6.5</version> |
113 | | - <scope>test</scope> |
114 | | - </dependency> |
115 | | - <dependency> |
116 | | - <groupId>org.easymock</groupId> |
117 | | - <artifactId>easymock</artifactId> |
118 | | - <version>3.4</version> |
119 | | - <scope>test</scope> |
120 | | - </dependency> |
121 | | - <dependency> |
122 | | - <groupId>net.sourceforge.cobertura</groupId> |
123 | | - <artifactId>cobertura</artifactId> |
124 | | - <version>2.0.3</version> |
125 | | - <scope>test</scope> |
126 | | - <exclusions> |
127 | | - <exclusion> |
128 | | - <groupId>com.sun</groupId> |
129 | | - <artifactId>tools</artifactId> |
130 | | - </exclusion> |
131 | | - </exclusions> |
132 | | - </dependency> |
| 98 | + <groupId>org.testng</groupId> |
| 99 | + <artifactId>testng</artifactId> |
| 100 | + <version>7.1.0</version> |
| 101 | + <scope>test</scope> |
| 102 | + </dependency> |
| 103 | + <dependency> |
| 104 | + <groupId>org.powermock</groupId> |
| 105 | + <artifactId>powermock-module-testng</artifactId> |
| 106 | + <version>2.0.0</version> |
| 107 | + <scope>test</scope> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>org.powermock</groupId> |
| 111 | + <artifactId>powermock-api-easymock</artifactId> |
| 112 | + <version>2.0.0</version> |
| 113 | + <scope>test</scope> |
| 114 | + </dependency> |
| 115 | + <dependency> |
| 116 | + <groupId>org.easymock</groupId> |
| 117 | + <artifactId>easymock</artifactId> |
| 118 | + <version>4.0.2</version> |
| 119 | + <scope>test</scope> |
| 120 | + </dependency> |
133 | 121 | </dependencies> |
134 | 122 |
|
135 | 123 | <!-- force https --> |
|
183 | 171 | <target>1.7</target> |
184 | 172 | </configuration> |
185 | 173 | </plugin> |
186 | | - <plugin> |
187 | | - <groupId>org.codehaus.mojo</groupId> |
188 | | - <artifactId>cobertura-maven-plugin</artifactId> |
189 | | - <version>2.6</version> |
190 | | - <configuration> |
191 | | - <instrumentation> |
192 | | - <excludes> |
193 | | - <exclude>*/*Test.class</exclude> |
194 | | - </excludes> |
195 | | - </instrumentation> |
196 | | - <formats> |
197 | | - <format>xml</format> |
198 | | - <format>html</format> |
199 | | - </formats> |
200 | | - </configuration> |
201 | | - <dependencies> |
202 | | - <dependency> |
203 | | - <groupId>com.sun</groupId> |
204 | | - <artifactId>tools</artifactId> |
205 | | - <version>1.6</version> |
206 | | - <scope>system</scope> |
207 | | - <systemPath>${tools-jar}</systemPath> |
208 | | - </dependency> |
209 | | - </dependencies> |
210 | | - </plugin> |
211 | 174 | <plugin> |
212 | 175 | <groupId>org.apache.maven.plugins</groupId> |
213 | 176 | <artifactId>maven-javadoc-plugin</artifactId> |
|
0 commit comments