Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
b7f353b2
Commit
b7f353b2
authored
6 years ago
by
Ashutosh Mestry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2641: Storm hook: Added commons-collection.
Signed-off-by:
Ashutosh Mestry
<
amestry@hortonworks.com
>
parent
4c9d8cba
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
pom.xml
addons/storm-bridge/pom.xml
+10
-0
No files found.
addons/storm-bridge/pom.xml
View file @
b7f353b2
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment