Skip to content

Commit

Permalink
Add xmlbeans for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Mar 5, 2019
1 parent 58def12 commit 92819e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webapp/pom.xml
Expand Up @@ -338,6 +338,12 @@
<artifactId>javaps-test-processes</artifactId>
<version>1.1.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 92819e4

Please sign in to comment.