Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 6, 2016
1 parent e559fed commit 42aa8b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion model/model-impl/pom.xml
Expand Up @@ -127,7 +127,11 @@
<artifactId>security-api</artifactId>
<version>3.4-SNAPSHOT</version>
</dependency>


<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 42aa8b4

Please sign in to comment.