Skip to content

Commit 0a06350

Browse files
authored
Declare used dependencies (#1271)
1 parent 31ac192 commit 0a06350

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,23 @@ under the License.
117117
<version>${mavenVersion}</version>
118118
<scope>provided</scope>
119119
</dependency>
120+
<dependency>
121+
<groupId>org.apache.maven</groupId>
122+
<artifactId>maven-model-builder</artifactId>
123+
<version>${mavenVersion}</version>
124+
<scope>provided</scope>
125+
</dependency>
120126
<dependency>
121127
<groupId>org.apache.maven.resolver</groupId>
122128
<artifactId>maven-resolver-util</artifactId>
123129
<!-- the same version as in Maven 3.6.3 -->
124130
<version>1.4.1</version>
125131
</dependency>
132+
<dependency>
133+
<groupId>org.apache.maven.resolver</groupId>
134+
<artifactId>maven-resolver-api</artifactId>
135+
<version>1.9.24</version>
136+
</dependency>
126137

127138
<dependency>
128139
<groupId>org.slf4j</groupId>
@@ -177,6 +188,12 @@ under the License.
177188
<artifactId>plexus-io</artifactId>
178189
<version>3.6.0</version>
179190
</dependency>
191+
<dependency>
192+
<groupId>org.codehaus.plexus</groupId>
193+
<artifactId>plexus-classworlds</artifactId>
194+
<version>2.9.0</version>
195+
<scope>provided</scope>
196+
</dependency>
180197
<dependency>
181198
<groupId>org.codehaus.plexus</groupId>
182199
<artifactId>plexus-archiver</artifactId>

0 commit comments

Comments
 (0)