Skip to content

Commit 2e76997

Browse files
committed
fix api
1 parent 4260852 commit 2e76997

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ under the License.
135135
<scope>provided</scope>
136136
</dependency>
137137

138+
<dependency>
139+
<groupId>org.apache.maven</groupId>
140+
<artifactId>maven-xml</artifactId>
141+
<version>${mavenVersion}</version>
142+
<scope>provided</scope>
143+
</dependency>
144+
138145
<!-- Test -->
139146
<dependency>
140147
<groupId>org.apache.maven.plugin-testing</groupId>

0 commit comments

Comments
 (0)