Skip to content

Commit

Permalink
[JBPM-9121] Add missing jaxb dependency in integration test (kiegroup…
Browse files Browse the repository at this point in the history
…#2079)

Required for JDK 11.

Signed-off-by: Karel Suta <[email protected]>
  • Loading branch information
sutaakar authored May 6, 2020
1 parent 7369564 commit 2c7a5bd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
<version>1.0.0.Final</version>
<name>secured-project</name>

<dependencies>
<dependency>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 2c7a5bd

Please sign in to comment.