Skip to content

Commit 56fe2f6

Browse files
committed
Add missing dependencies
1 parent 612ca93 commit 56fe2f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<properties>
6767
<javaVersion>8</javaVersion>
6868
<mavenVersion>3.6.3</mavenVersion>
69+
<resolverVersion>1.4.1</resolverVersion>
6970
<project.build.outputTimestamp>2023-03-14T21:31:56Z</project.build.outputTimestamp>
7071
</properties>
7172

@@ -89,6 +90,12 @@
8990
<version>${mavenVersion}</version>
9091
<scope>provided</scope>
9192
</dependency>
93+
<dependency>
94+
<groupId>org.apache.maven</groupId>
95+
<artifactId>maven-model-builder</artifactId>
96+
<version>${mavenVersion}</version>
97+
<scope>provided</scope>
98+
</dependency>
9299
<dependency>
93100
<groupId>org.apache.maven</groupId>
94101
<artifactId>maven-plugin-api</artifactId>
@@ -101,6 +108,12 @@
101108
<version>${mavenVersion}</version>
102109
<scope>provided</scope>
103110
</dependency>
111+
<dependency>
112+
<groupId>org.apache.maven.resolver</groupId>
113+
<artifactId>maven-resolver-api</artifactId>
114+
<version>${resolverVersion}</version>
115+
<scope>provided</scope>
116+
</dependency>
104117

105118
<!-- maven plugin tools -->
106119
<dependency>

0 commit comments

Comments
 (0)