Skip to content

Commit

Permalink
[AMQ-7426] Fix activemq-web build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Feb 20, 2022
1 parent 8f530c7 commit d7b6621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions activemq-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-unit-tests</artifactId>
Expand Down

0 comments on commit d7b6621

Please sign in to comment.