infinispan-embedded-query
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-embedded-query</artifactId> <version>8.2.12.Final</version> </dependency>
<?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>8.2.12.Final</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>infinispan-embedded-query</artifactId> <name>Infinispan Embedded Query</name> <description>Infinispan Embedded Query All-in-One module</description> <build> <finalName>${project.artifactId}-${project.version}</finalName> <pluginManagement /> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <excludes> <exclude>org.infinispan:infinispan-embedded-query</exclude> <exclude>org.infinispan:infinispan-commons</exclude> <exclude>org.infinispan:infinispan-core</exclude> <exclude>org.jgroups:jgroups</exclude> <exclude>org.infinispan:infinispan-embedded</exclude> <exclude>net.jcip:jcip-annotations:jar:</exclude> <exclude>org.jboss.marshalling:jboss-marshalling-osgi</exclude> <exclude>org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:</exclude> <exclude>org.osgi:org.osgi.core:jar:</exclude> <exclude>org.osgi:org.osgi.compendium:jar:</exclude> <exclude>org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:</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> <createSourcesJar>true</createSourcesJar> <relocations> <relocation> <pattern>antlr</pattern> <shadedPattern>infinispan.antlr</shadedPattern> </relocation> <relocation> <pattern>com.thoughtworks</pattern> <shadedPattern>infinispan.com.thoughtworks</shadedPattern> </relocation> <relocation> <pattern>org.antlr</pattern> <shadedPattern>infinispan.org.antlr</shadedPattern> </relocation> <relocation> <pattern>org.apache.avro</pattern> <shadedPattern>infinispan.org.apache.avro</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons</pattern> <shadedPattern>infinispan.org.apache.commons</shadedPattern> </relocation> <relocation> <pattern>org.codehaus</pattern> <shadedPattern>infinispan.org.codehaus</shadedPattern> </relocation> <relocation> <pattern>org.slf4j</pattern> <shadedPattern>infinispan.org.slf4j</shadedPattern> </relocation> <relocation> <pattern>org.tartarus</pattern> <shadedPattern>infinispan.org.tartarus</shadedPattern> </relocation> </relocations> <transformers> <transformer> <manifestEntries> <Implementation-Title>${project.description}</Implementation-Title> <Implementation-Vendor>JBoss, a division of Red Hat</Implementation-Vendor> <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id> <Implementation-Version>${project.version}</Implementation-Version> <Specification-Title>${project.description}</Specification-Title> <Specification-Vendor>JBoss, a division of Red Hat</Specification-Vendor> <Specification-Version>${project.version}</Specification-Version> </manifestEntries> </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.infinispan</groupId> <artifactId>infinispan-embedded</artifactId> <version>8.2.12.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.9</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>xmlpull</artifactId> <groupId>xmlpull</groupId> </exclusion> <exclusion> <artifactId>xpp3_min</artifactId> <groupId>xpp3</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <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.1.0.Final</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jdeparser</artifactId> <groupId>org.jboss.jdeparser</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.8</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>snakeyaml</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>bsh</artifactId> <groupId>org.beanshell</groupId> </exclusion> <exclusion> <artifactId>jcommander</artifactId> <groupId>com.beust</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</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> <properties> <module.skipComponentMetaDataProcessing>true</module.skipComponentMetaDataProcessing> </properties> </project>