Skip to content

Commit

Permalink
Moving awaitility version to top-level pom.xml, clarifying spring bea…
Browse files Browse the repository at this point in the history
…n config comments
  • Loading branch information
escowles committed Apr 16, 2015
1 parent 1e4974d commit fa59462
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.6.2</version>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel-impl/pom.xml
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.6.2</version>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Expand Up @@ -17,10 +17,12 @@
<!-- listener that moves JCR Events to the Fedora internal event bus -->
<bean class="org.fcrepo.kernel.impl.observer.SimpleObserver"/>

<!-- used by bean above to filter which events get put on the bus -->
<!-- suppress events for resources with any of these mixins -->
<util:set id="suppressedMixins">
<value>ldp:DirectContainer</value>
</util:set>

<!-- used by bean above to filter which events get put on the bus -->
<bean name="fedoraEventFilter" class="org.fcrepo.kernel.impl.observer.SuppressByMixinFilter"
c:suppressedMixins-ref="suppressedMixins"/>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -52,6 +52,7 @@
<!-- 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

0 comments on commit fa59462

Please sign in to comment.