Skip to content

Commit

Permalink
Adding Jukito to test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Apr 7, 2015
1 parent 7da4d5a commit 7dca38e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graylog2-server/pom.xml
Expand Up @@ -312,6 +312,10 @@
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.jukito</groupId>
<artifactId>jukito</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -708,6 +708,12 @@
<version>0.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jukito</groupId>
<artifactId>jukito</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.graylog.telemetry</groupId>
Expand Down

0 comments on commit 7dca38e

Please sign in to comment.