Skip to content

Commit

Permalink
fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas committed Apr 14, 2015
1 parent c3d72f5 commit 6ad1025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SingularityExecutorCleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<artifactId>SingularityMesosClient</artifactId>
</dependency>

<dependency>
<groupId>org.apache.mesos</groupId>
<artifactId>mesos</artifactId>
</dependency>

<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down

0 comments on commit 6ad1025

Please sign in to comment.