Skip to content

Commit

Permalink
Fix camel-k-loader-xml failure on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Mar 6, 2020
1 parent ed976bb commit ced4a97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions camel-k-loader-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>

<!-- ****************************** -->
<!-- -->
<!-- TESTS -->
Expand Down

0 comments on commit ced4a97

Please sign in to comment.