Skip to content

Commit

Permalink
Add commons-collections to broker-core assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
  • Loading branch information
Claudio Mezzasalma authored and Coduz committed Mar 31, 2020
1 parent e9051f6 commit 8ac6f52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions assembly/broker/descriptors/kapua-broker.xml
Expand Up @@ -168,6 +168,7 @@
<include>com.tdunning:t-digest</include>

<include>commons-codec:commons-codec</include>
<include>commons-collections:commons-collections</include>
<include>commons-configuration:commons-configuration</include>
<include>commons-io:commons-io</include>

Expand Down
12 changes: 12 additions & 0 deletions assembly/broker/pom.xml
Expand Up @@ -326,6 +326,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
Expand Down Expand Up @@ -658,6 +662,14 @@
<overWrite>true</overWrite>
<outputDirectory>target/broker_dependency</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target/broker_dependency</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
Expand Down

0 comments on commit 8ac6f52

Please sign in to comment.