@@ -87,6 +87,12 @@ under the License.
87
87
<version >${mavenVersion} </version >
88
88
<scope >provided</scope >
89
89
</dependency >
90
+ <dependency >
91
+ <groupId >org.apache.maven</groupId >
92
+ <artifactId >maven-artifact</artifactId >
93
+ <version >${mavenVersion} </version >
94
+ <scope >provided</scope >
95
+ </dependency >
90
96
<dependency >
91
97
<groupId >org.apache.maven</groupId >
92
98
<artifactId >maven-core</artifactId >
@@ -105,6 +111,12 @@ under the License.
105
111
<version >${mavenVersion} </version >
106
112
<scope >provided</scope >
107
113
</dependency >
114
+ <dependency >
115
+ <groupId >org.apache.maven</groupId >
116
+ <artifactId >maven-settings</artifactId >
117
+ <version >${mavenVersion} </version >
118
+ <scope >provided</scope >
119
+ </dependency >
108
120
<dependency >
109
121
<groupId >org.apache.maven.resolver</groupId >
110
122
<artifactId >maven-resolver-api</artifactId >
@@ -137,6 +149,7 @@ under the License.
137
149
<version >2.9.0</version >
138
150
<type >pom</type >
139
151
</dependency >
152
+ <!-- These two below must go in pair -->
140
153
<dependency >
141
154
<groupId >org.codehaus.plexus</groupId >
142
155
<artifactId >plexus-sec-dispatcher</artifactId >
@@ -182,6 +195,12 @@ under the License.
182
195
<version >2.15.1</version >
183
196
<scope >test</scope >
184
197
</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 >
185
204
</dependencies >
186
205
187
206
<build >
0 commit comments