Skip to content

Commit

Permalink
Added missing dependency.
Browse files Browse the repository at this point in the history
(cherry picked from commit 86019d9)
  • Loading branch information
mederly committed Oct 2, 2017
1 parent c3fc187 commit 70c7fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/model-common/pom.xml
Expand Up @@ -105,6 +105,10 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 70c7fa8

Please sign in to comment.