|
37 | 37 | <artifactId>surefire-api</artifactId>
|
38 | 38 | <version>${project.version}</version>
|
39 | 39 | </dependency>
|
| 40 | + <dependency> |
| 41 | + <groupId>org.apache.maven.surefire</groupId> |
| 42 | + <artifactId>surefire-logger-api</artifactId> |
| 43 | + <version>${project.version}</version> |
| 44 | + </dependency> |
40 | 45 | <dependency>
|
41 | 46 | <groupId>org.apache.maven.surefire</groupId>
|
42 | 47 | <artifactId>surefire-extensions-api</artifactId>
|
|
52 | 57 | <artifactId>maven-core</artifactId>
|
53 | 58 | <scope>provided</scope>
|
54 | 59 | </dependency>
|
| 60 | + <dependency> |
| 61 | + <groupId>org.apache.maven</groupId> |
| 62 | + <artifactId>maven-plugin-api</artifactId> |
| 63 | + <scope>provided</scope> |
| 64 | + </dependency> |
| 65 | + <dependency> |
| 66 | + <groupId>org.apache.maven</groupId> |
| 67 | + <artifactId>maven-artifact</artifactId> |
| 68 | + <scope>provided</scope> |
| 69 | + </dependency> |
| 70 | + <dependency> |
| 71 | + <groupId>org.apache.maven</groupId> |
| 72 | + <artifactId>maven-model</artifactId> |
| 73 | + <scope>provided</scope> |
| 74 | + </dependency> |
| 75 | + <dependency> |
| 76 | + <groupId>javax.inject</groupId> |
| 77 | + <artifactId>javax.inject</artifactId> |
| 78 | + <version>1</version> |
| 79 | + <scope>provided</scope> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>org.apache.maven.resolver</groupId> |
| 83 | + <artifactId>maven-resolver-api</artifactId> |
| 84 | + <version>${resolverVersion}</version> |
| 85 | + <scope>provided</scope> |
| 86 | + </dependency> |
55 | 87 | <dependency>
|
56 | 88 | <groupId>org.apache.maven.resolver</groupId>
|
57 | 89 | <artifactId>maven-resolver-util</artifactId>
|
|
70 | 102 | <groupId>org.codehaus.plexus</groupId>
|
71 | 103 | <artifactId>plexus-java</artifactId>
|
72 | 104 | </dependency>
|
| 105 | + <dependency> |
| 106 | + <groupId>org.codehaus.plexus</groupId> |
| 107 | + <artifactId>plexus-component-annotations</artifactId> |
| 108 | + <version>2.1.0</version> |
| 109 | + <scope>provided</scope> |
| 110 | + </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>org.eclipse.sisu</groupId> |
| 113 | + <artifactId>org.eclipse.sisu.plexus</artifactId> |
| 114 | + <scope>provided</scope> |
| 115 | + </dependency> |
73 | 116 | <dependency>
|
74 | 117 | <groupId>org.fusesource.jansi</groupId>
|
75 | 118 | <artifactId>jansi</artifactId>
|
|
116 | 159 | <artifactId>plexus-xml</artifactId>
|
117 | 160 | <scope>test</scope>
|
118 | 161 | </dependency>
|
| 162 | + <dependency> |
| 163 | + <groupId>commons-io</groupId> |
| 164 | + <artifactId>commons-io</artifactId> |
| 165 | + <version>2.16.1</version> |
| 166 | + <scope>test</scope> |
| 167 | + </dependency> |
119 | 168 | </dependencies>
|
120 | 169 |
|
121 | 170 | <build>
|
|
0 commit comments