Commit b7f353b2 by Ashutosh Mestry

ATLAS-2641: Storm hook: Added commons-collection.

parent 4c9d8cba
......@@ -151,6 +151,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<!-- to bring up atlas server for integration tests -->
<dependency>
......@@ -265,6 +270,11 @@
<version>${commons-logging.version}</version>
</artifactItem>
<artifactItem>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
</artifactItem>
<artifactItem>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>${javax-inject.version}</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment