|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 |
|
4 | 4 | <parent> |
5 | | - <groupId>org.testng.testng-remote</groupId> |
| 5 | + <groupId>org.testng</groupId> |
6 | 6 | <artifactId>testng-remote-parent</artifactId> |
7 | 7 | <version>1.5.0-SNAPSHOT</version> |
8 | 8 | </parent> |
|
13 | 13 |
|
14 | 14 | <dependencies> |
15 | 15 | <dependency> |
16 | | - <groupId>org.testng.testng-remote</groupId> |
| 16 | + <groupId>org.testng</groupId> |
17 | 17 | <artifactId>testng-remote</artifactId> |
18 | 18 | </dependency> |
19 | 19 | <dependency> |
20 | | - <groupId>org.testng.testng-remote</groupId> |
| 20 | + <groupId>org.testng</groupId> |
21 | 21 | <artifactId>testng-remote6_0</artifactId> |
22 | 22 | </dependency> |
23 | 23 | <dependency> |
24 | | - <groupId>org.testng.testng-remote</groupId> |
| 24 | + <groupId>org.testng</groupId> |
25 | 25 | <artifactId>testng-remote6_5</artifactId> |
26 | 26 | </dependency> |
27 | 27 | <dependency> |
28 | | - <groupId>org.testng.testng-remote</groupId> |
| 28 | + <groupId>org.testng</groupId> |
29 | 29 | <artifactId>testng-remote6_9_7</artifactId> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | | - <groupId>org.testng.testng-remote</groupId> |
| 32 | + <groupId>org.testng</groupId> |
33 | 33 | <artifactId>testng-remote6_9_10</artifactId> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
36 | | - <groupId>org.testng.testng-remote</groupId> |
| 36 | + <groupId>org.testng</groupId> |
37 | 37 | <artifactId>testng-remote6_10</artifactId> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | | - <groupId>org.testng.testng-remote</groupId> |
| 40 | + <groupId>org.testng</groupId> |
41 | 41 | <artifactId>testng-remote6_12</artifactId> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | | - <groupId>org.testng.testng-remote</groupId> |
| 44 | + <groupId>org.testng</groupId> |
45 | 45 | <artifactId>testng-remote7_8</artifactId> |
46 | 46 | </dependency> |
47 | 47 | </dependencies> |
|
61 | 61 | <shadedArtifactAttached>true</shadedArtifactAttached> |
62 | 62 | <artifactSet> |
63 | 63 | <includes> |
64 | | - <include>org.testng.testng-remote:testng-remote</include> |
65 | | - <include>org.testng.testng-remote:testng-remote6_0</include> |
66 | | - <include>org.testng.testng-remote:testng-remote6_5</include> |
67 | | - <include>org.testng.testng-remote:testng-remote6_9_7</include> |
68 | | - <include>org.testng.testng-remote:testng-remote6_9_10</include> |
69 | | - <include>org.testng.testng-remote:testng-remote6_10</include> |
70 | | - <include>org.testng.testng-remote:testng-remote6_12</include> |
71 | | - <include>org.testng.testng-remote:testng-remote7_8</include> |
| 64 | + <include>org.testng:testng-remote</include> |
| 65 | + <include>org.testng:testng-remote6_0</include> |
| 66 | + <include>org.testng:testng-remote6_5</include> |
| 67 | + <include>org.testng:testng-remote6_9_7</include> |
| 68 | + <include>org.testng:testng-remote6_9_10</include> |
| 69 | + <include>org.testng:testng-remote6_10</include> |
| 70 | + <include>org.testng:testng-remote6_12</include> |
| 71 | + <include>org.testng:testng-remote7_8</include> |
72 | 72 | </includes> |
73 | 73 | </artifactSet> |
74 | 74 | <transformers> |
|
0 commit comments