Skip to content

Commit

Permalink
HSEARCH-1437 Apply dependency convergence rules to the new performanc…
Browse files Browse the repository at this point in the history
…e module
  • Loading branch information
Sanne authored and hferentschik committed Jan 29, 2014
1 parent bb42bdb commit b07010f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions integrationtest/performance/pom.xml
Expand Up @@ -55,6 +55,42 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Override imported versions to satisfy the dependency-convergence -->
<dependency>
<groupId>org.jboss.sasl</groupId>
<artifactId>jboss-sasl</artifactId>
<version>1.0.4.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling</artifactId>
<version>1.4.3.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<version>4.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-api</artifactId>
<version>3.2.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling-river</artifactId>
<version>1.4.3.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
<version>3.2.0.Final</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit b07010f

Please sign in to comment.