<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>infinispan-all-parent</artifactId> <groupId>org.infinispan</groupId> <version>9.0.0.CR2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>infinispan-cli</artifactId> <name>Infinispan CLI</name> <description>Infinispan CLI All-in-One module</description> <build> <finalName>${project.artifactId}-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <createSourcesJar>true</createSourcesJar> <artifactSet> <excludes> <exclude>org.infinispan:infinispan-cli</exclude> </excludes> </artifactSet> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>INSTALL.html</exclude> <exclude>LICENSE</exclude> <exclude>README</exclude> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> <exclude>META-INF/ASL2.0</exclude> <exclude>META-INF/DEPENDENCIES</exclude> <exclude>META-INF/DEPENDENCIES.txt</exclude> <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/LICENSE.txt</exclude> <exclude>META-INF/NOTICE</exclude> <exclude>META-INF/NOTICE.txt</exclude> </excludes> </filter> </filters> <transformers> <transformer> <mainClass>org.infinispan.cli.Main</mainClass> </transformer> <transformer> <resources> <resource>blueprint.xml</resource> <resource>features.xml</resource> </resources> </transformer> <transformer /> </transformers> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-transaction-spi</artifactId> <version>7.1.0.Final</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>jboss-logging-spi</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>ironjacamar-spec-api</artifactId> <groupId>org.jboss.ironjacamar</groupId> </exclusion> <exclusion> <artifactId>jboss-connector-api_1.5_spec</artifactId> <groupId>org.jboss.spec.javax.resource</groupId> </exclusion> <exclusion> <artifactId>jboss-transaction-api_1.2_spec</artifactId> <groupId>org.jboss.spec.javax.transaction</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.narayana.jta</groupId> <artifactId>narayana-jta</artifactId> <version>5.0.4.Final</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>commons-httpclient</artifactId> <groupId>commons-httpclient</groupId> </exclusion> <exclusion> <artifactId>ironjacamar-spec-api</artifactId> <groupId>org.jboss.ironjacamar</groupId> </exclusion> <exclusion> <artifactId>jbogging-spi</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jboss-logging</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jboss-logging-processor</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jboss-logging-generator</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jbossws-native-core</artifactId> <groupId>org.jboss.ws.native</groupId> </exclusion> <exclusion> <artifactId>emma</artifactId> <groupId>emma</groupId> </exclusion> <exclusion> <artifactId>emma_ant</artifactId> <groupId>emma</groupId> </exclusion> <exclusion> <artifactId>hornetq-core</artifactId> <groupId>org.hornetq</groupId> </exclusion> <exclusion> <artifactId>netty</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>wrapper</artifactId> <groupId>tanukisoft</groupId> </exclusion> <exclusion> <artifactId>jacorb</artifactId> <groupId>jacorb</groupId> </exclusion> <exclusion> <artifactId>jfreechart</artifactId> <groupId>jfree</groupId> </exclusion> <exclusion> <artifactId>jboss-corba-ots-spi</artifactId> <groupId>org.jboss.integration</groupId> </exclusion> <exclusion> <artifactId>jboss-server-manager</artifactId> <groupId>org.jboss.jbossas</groupId> </exclusion> <exclusion> <artifactId>jboss-ejb-api_3.1_spec</artifactId> <groupId>org.jboss.spec.javax.ejb</groupId> </exclusion> <exclusion> <artifactId>jnp-client</artifactId> <groupId>org.jboss.naming</groupId> </exclusion> <exclusion> <artifactId>jboss-servlet-api_3.0_spec</artifactId> <groupId>org.jboss.spec.javax.servlet</groupId> </exclusion> <exclusion> <artifactId>jbossws-common</artifactId> <groupId>org.jboss.ws</groupId> </exclusion> <exclusion> <artifactId>jcl-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>stax-api</artifactId> <groupId>stax</groupId> </exclusion> <exclusion> <artifactId>idl</artifactId> <groupId>jacorb</groupId> </exclusion> <exclusion> <artifactId>jboss-logging-tools</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jboss-connector-api_1.5_spec</artifactId> <groupId>org.jboss.spec.javax.resource</groupId> </exclusion> <exclusion> <artifactId>jboss-remoting</artifactId> <groupId>org.jboss.remoting</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>dom4j</artifactId> <groupId>dom4j</groupId> </exclusion> <exclusion> <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> <exclusion> <artifactId>jboss-logmanager</artifactId> <groupId>org.jboss.logmanager</groupId> </exclusion> <exclusion> <artifactId>hibernate-jpa-2.0-api</artifactId> <groupId>org.hibernate.javax.persistence</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> <exclusion> <artifactId>jcommon</artifactId> <groupId>jfree</groupId> </exclusion> <exclusion> <artifactId>jboss-transaction-api_1.1_spec</artifactId> <groupId>org.jboss.spec.javax.transaction</groupId> </exclusion> <exclusion> <artifactId>byteman</artifactId> <groupId>org.jboss.byteman</groupId> </exclusion> <exclusion> <artifactId>byteman-submit</artifactId> <groupId>org.jboss.byteman</groupId> </exclusion> <exclusion> <artifactId>jboss-interceptors-api_1.2_spec</artifactId> <groupId>org.jboss.spec.javax.interceptor</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <version>1.2.1.Final</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jboss-logging-annotations</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>jdeparser</artifactId> <groupId>org.jboss.jdeparser</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <version>0.7.5.201505241946</version> <classifier>runtime</classifier> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-cli</artifactId> <version>9.0.0.CR2</version> </dependency>
org.infinispan:infinispan-cli:9.0.0.CR2