<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.infinispan.server</groupId> <artifactId>infinispan-server-versions</artifactId> <version>7.2.0.Beta1</version> <relativePath>../versions/pom.xml</relativePath> </parent> <artifactId>infinispan-server-jgroups</artifactId> <packaging>jar</packaging> <name>Infinispan Server - JGroups Subsystem</name> <dependencies> <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons</artifactId> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-clustering-common</artifactId> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-jmx</artifactId> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-network</artifactId> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-server</artifactId> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-threads</artifactId> </dependency> <dependency> <groupId>org.jgroups</groupId> <artifactId>jgroups</artifactId> </dependency> <dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-bmunit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-clustering-common</artifactId> <scope>test</scope> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-subsystem-test</artifactId> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <useManifestOnlyJar>false</useManifestOnlyJar> <parallel>none</parallel> </configuration> </plugin> </plugins> </build> <description>Infinispan Server - JGroups Subsystem</description> </project>
<dependency> <groupId>org.infinispan.server</groupId> <artifactId>infinispan-server-jgroups</artifactId> <version>7.2.0.Beta1</version> </dependency>
org.infinispan.server:infinispan-server-jgroups:7.2.0.Beta1