|
45 | 45 | </artifactItems>
|
46 | 46 | </configuration>
|
47 | 47 | </execution>
|
48 |
| - <execution> |
49 |
| - <id>unpack-api-docs</id> |
50 |
| - <phase>generate-test-resources</phase> |
51 |
| - <goals> |
52 |
| - <goal>unpack</goal> |
53 |
| - </goals> |
54 |
| - <configuration> |
55 |
| - <artifactItems> |
56 |
| - <artifactItem> |
57 |
| - <groupId>org.cytoscape</groupId> |
58 |
| - <artifactId>swing-app-api</artifactId> |
59 |
| - <version>${cy3.version}</version> |
60 |
| - <includes>package-list</includes> |
61 |
| - <type>javadoc</type> |
62 |
| - <outputDirectory>target/dependencies</outputDirectory> |
63 |
| - </artifactItem> |
64 |
| - </artifactItems> |
65 |
| - </configuration> |
66 |
| - </execution> |
67 | 48 | </executions>
|
68 | 49 | </plugin>
|
69 | 50 | <plugin>
|
|
247 | 228 | <version>${cy3.version}</version>
|
248 | 229 | <scope>test</scope>
|
249 | 230 | </dependency>
|
250 |
| - |
251 | 231 | <dependency>
|
252 | 232 | <groupId>org.cytoscape</groupId>
|
253 | 233 | <artifactId>ding-presentation-impl</artifactId>
|
254 | 234 | <version>${cy3.version}</version>
|
255 | 235 | <scope>test</scope>
|
256 | 236 | </dependency>
|
257 |
| - |
258 | 237 | <dependency>
|
259 | 238 | <groupId>org.cytoscape</groupId>
|
260 | 239 | <artifactId>vizmap-gui-impl</artifactId>
|
261 | 240 | <version>${cy3.version}</version>
|
262 | 241 | <scope>test</scope>
|
263 | 242 | </dependency>
|
264 |
| - |
| 243 | + <dependency> |
| 244 | + <groupId>org.cytoscape</groupId> |
| 245 | + <artifactId>vizmap-gui-core-impl</artifactId> |
| 246 | + <version>${cy3.version}</version> |
| 247 | + <scope>test</scope> |
| 248 | + </dependency> |
265 | 249 | <dependency>
|
266 | 250 | <groupId>org.cytoscape</groupId>
|
267 | 251 | <artifactId>session-impl</artifactId>
|
268 | 252 | <version>${cy3.version}</version>
|
269 | 253 | <scope>test</scope>
|
270 | 254 | </dependency>
|
271 |
| - |
272 | 255 | <dependency>
|
273 | 256 | <groupId>org.cytoscape</groupId>
|
274 | 257 | <artifactId>io-impl</artifactId>
|
|
287 | 270 | <version>${cy3.version}</version>
|
288 | 271 | <scope>test</scope>
|
289 | 272 | </dependency>
|
| 273 | + <dependency> |
| 274 | + <groupId>org.cytoscape</groupId> |
| 275 | + <artifactId>swing-util-impl</artifactId> |
| 276 | + <version>${cy3.version}</version> |
| 277 | + <scope>test</scope> |
| 278 | + </dependency> |
| 279 | + <dependency> |
| 280 | + <groupId>org.cytoscape.distribution</groupId> |
| 281 | + <artifactId>application-metadata-impl</artifactId> |
| 282 | + <version>${cy3.version}</version> |
| 283 | + <scope>test</scope> |
| 284 | + </dependency> |
| 285 | + <dependency> |
| 286 | + <groupId>org.cytoscape</groupId> |
| 287 | + <artifactId>api-bundle</artifactId> |
| 288 | + <version>${cy3.version}</version> |
| 289 | + <scope>test</scope> |
| 290 | + </dependency> |
| 291 | + <dependency> |
| 292 | + <groupId>org.cytoscape.distribution</groupId> |
| 293 | + <artifactId>third-party</artifactId> |
| 294 | + <version>${cy3.version}</version> |
| 295 | + <scope>test</scope> |
| 296 | + </dependency> |
| 297 | + <dependency> |
| 298 | + <groupId>org.cytoscape</groupId> |
| 299 | + <artifactId>util-impl</artifactId> |
| 300 | + <version>${cy3.version}</version> |
| 301 | + <scope>test</scope> |
| 302 | + </dependency> |
| 303 | + |
290 | 304 |
|
291 | 305 | <!-- Pax Exam Dependencies -->
|
292 | 306 |
|
|
0 commit comments