Skip to content

Commit

Permalink
Moving awaitility to top-level depenencyManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 16, 2015
1 parent fa59462 commit 0547b6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions fcrepo-jms/pom.xml
Expand Up @@ -106,8 +106,6 @@
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 0 additions & 2 deletions fcrepo-kernel-impl/pom.xml
Expand Up @@ -122,8 +122,6 @@
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -52,7 +52,6 @@
<!-- https://github.com/github/maven-plugins/blob/master/README.md -->
<github.global.server>github</github.global.server>
<guava.version>18.0</guava.version>
<awaitility.version>1.6.2</awaitility.version>
<!-- plugin versions -->
<checkstyle.plugin.version>2.14</checkstyle.plugin.version>
<jacoco.outputDir>${project.build.directory}</jacoco.outputDir>
Expand Down Expand Up @@ -466,6 +465,12 @@
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 0547b6c

Please sign in to comment.