Skip to content

Commit

Permalink
AUTH-13 fix IDE warning
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Sep 3, 2019
1 parent 5be5c94 commit b5cd227
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -193,6 +193,11 @@
<artifactId>appng-xmlapi</artifactId>
<version>${appNGVersion}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit b5cd227

Please sign in to comment.