Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Adding inject dependency for Elasticsearch build
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Oct 23, 2014
1 parent 01f4568 commit 6446c60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-message-consumer-elasticsearch/pom.xml
Expand Up @@ -62,6 +62,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 6446c60

Please sign in to comment.