@@ -87,6 +87,12 @@ under the License.
8787 <version >${mavenVersion} </version >
8888 <scope >provided</scope >
8989 </dependency >
90+ <dependency >
91+ <groupId >org.apache.maven</groupId >
92+ <artifactId >maven-artifact</artifactId >
93+ <version >${mavenVersion} </version >
94+ <scope >provided</scope >
95+ </dependency >
9096 <dependency >
9197 <groupId >org.apache.maven</groupId >
9298 <artifactId >maven-core</artifactId >
@@ -105,6 +111,12 @@ under the License.
105111 <version >${mavenVersion} </version >
106112 <scope >provided</scope >
107113 </dependency >
114+ <dependency >
115+ <groupId >org.apache.maven</groupId >
116+ <artifactId >maven-settings</artifactId >
117+ <version >${mavenVersion} </version >
118+ <scope >provided</scope >
119+ </dependency >
108120 <dependency >
109121 <groupId >org.apache.maven.resolver</groupId >
110122 <artifactId >maven-resolver-api</artifactId >
@@ -137,6 +149,7 @@ under the License.
137149 <version >2.9.0</version >
138150 <type >pom</type >
139151 </dependency >
152+ <!-- These two below must go in pair -->
140153 <dependency >
141154 <groupId >org.codehaus.plexus</groupId >
142155 <artifactId >plexus-sec-dispatcher</artifactId >
@@ -182,6 +195,12 @@ under the License.
182195 <version >2.15.1</version >
183196 <scope >test</scope >
184197 </dependency >
198+ <dependency >
199+ <groupId >org.apache.maven.resolver</groupId >
200+ <artifactId >maven-resolver-impl</artifactId >
201+ <version >${resolverVersion} </version >
202+ <scope >test</scope >
203+ </dependency >
185204 </dependencies >
186205
187206 <build >
0 commit comments