Skip to content

Commit

Permalink
[KYUUBI apache#1652] Update jaxb scope to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
link3280 committed Apr 2, 2023
1 parent b5dbd33 commit 0e9a508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions externals/kyuubi-flink-sql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 0e9a508

Please sign in to comment.