Skip to content

Commit

Permalink
Add plexus-xml dependency to trino-server-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Aug 22, 2023
1 parent 066417f commit 016ac8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/trino-server-dev/pom.xml
Expand Up @@ -61,6 +61,13 @@
<artifactId>aether-api</artifactId>
</dependency>

<!-- TODO: move it to airlift -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down

0 comments on commit 016ac8d

Please sign in to comment.