jee-agents-jboss-v40
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jboss-v40</artifactId>
<version>4.2.1</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>jee-agents-jboss</artifactId>
<groupId>org.openidentityplatform.openam.agents</groupId>
<version>4.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jee-agents-jboss-v40</artifactId>
<name>OpenAM JavaEE Policy Agents JBoss v40</name>
<description>OpenAM JavaEE Policy Agents JBoss v40</description>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifest>
<addClasspath>false</addClasspath>
</manifest>
<manifestEntries>
<Specification-Title>OpenAM JavaEE Policy Agents JBoss</Specification-Title>
<Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
<Specification-Vendor>Open Identity Platform Community</Specification-Vendor>
<Implementation-Title>OpenAM JavaEE Policy Agents JBoss</Implementation-Title>
<Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>Open Identity Platform Community</Implementation-Vendor>
<Built-By>${user.name}</Built-By>
<Build-Jdk>${java.version}</Build-Jdk>
<Build-Time>${maven.build.timestamp}</Build-Time>
<Version>${project.version}</Version>
<Create-On>${maven.build.timestamp}</Create-On>
<SVN-Revision>${svn-revision.revision}</SVN-Revision>
<License />
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<artifactSet>
<includes>
<include>org.openidentityplatform.openam.agents:jee-agents-jboss-common</include>
<include>org.openidentityplatform.openam.agents:jee-agents-sdk</include>
<include>org.owasp.esapi:esapiport</include>
</includes>
</artifactSet>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam-installtools</artifactId>
<version>15.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-tomcat</artifactId>
<version>6.1.0.Final</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>istack-commons-runtime</artifactId>
<groupId>com.sun.istack</groupId>
</exclusion>
<exclusion>
<artifactId>wstx-asl</artifactId>
<groupId>woodstox</groupId>
</exclusion>
<exclusion>
<artifactId>policy</artifactId>
<groupId>ws-commons</groupId>
</exclusion>
<exclusion>
<artifactId>trove</artifactId>
<groupId>trove</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>apache-log4j</groupId>
</exclusion>
<exclusion>
<artifactId>jpl-pattern</artifactId>
<groupId>jpl-pattern</groupId>
</exclusion>
<exclusion>
<artifactId>jpl-util</artifactId>
<groupId>jpl-util</groupId>
</exclusion>
<exclusion>
<artifactId>jacc</artifactId>
<groupId>javax.security</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-jstl-api_1.2_spec</artifactId>
<groupId>org.jboss.spec.javax.servlet.jstl</groupId>
</exclusion>
<exclusion>
<artifactId>jacorb</artifactId>
<groupId>jacorb</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-logging</artifactId>
<groupId>org.jboss.logging</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-security-spi</artifactId>
<groupId>org.picketbox</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-serialization</artifactId>
<groupId>jboss</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployment-spi</artifactId>
<groupId>org.jboss.integration</groupId>
</exclusion>
<exclusion>
<artifactId>jbosssx-client</artifactId>
<groupId>org.picketbox</groupId>
</exclusion>
<exclusion>
<artifactId>jbossweb</artifactId>
<groupId>org.jboss.web</groupId>
</exclusion>
<exclusion>
<artifactId>jasper-jdt</artifactId>
<groupId>org.jboss.web</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-metadata-common</artifactId>
<groupId>org.jboss.metadata</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-metadata-war</artifactId>
<groupId>org.jboss.metadata</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-vfs</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
<exclusion>
<artifactId>jbossws-spi</artifactId>
<groupId>org.jboss.ws</groupId>
</exclusion>
<exclusion>
<artifactId>jbossxb</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-aop</artifactId>
<groupId>org.jboss.aop</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-jaspi-api_1.0_spec</artifactId>
<groupId>org.jboss.spec.javax.security.auth.message</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-connector</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-ejb3</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-ejb3-core</artifactId>
<groupId>org.jboss.ejb3</groupId>
</exclusion>
<exclusion>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<groupId>org.hibernate.javax.persistence</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-ha-server-cache-spi</artifactId>
<groupId>org.jboss.cluster</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-iiop</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-security</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-jacc-api_1.4_spec</artifactId>
<groupId>org.jboss.spec.javax.security.jacc</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-connector-api_1.5_spec</artifactId>
<groupId>org.jboss.spec.javax.resource</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<groupId>org.jboss.spec.javax.ejb</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<groupId>org.jboss.spec.javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-jsp-api_2.2_spec</artifactId>
<groupId>org.jboss.spec.javax.servlet.jsp</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-el-api_2.2_spec</artifactId>
<groupId>org.jboss.spec.javax.el</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-jaxws-api_2.2_spec</artifactId>
<groupId>org.jboss.spec.javax.xml.ws</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-j2se</artifactId>
<groupId>org.jboss.mx</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-server</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-as-system-jmx</artifactId>
<groupId>org.jboss.jbossas</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-classloader</artifactId>
<groupId>org.jboss.cl</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-core-spi</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-impl</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-spi</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-structure-spi</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-vfs</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-deployers-vfs-spi</artifactId>
<groupId>org.jboss.deployers</groupId>
</exclusion>
<exclusion>
<artifactId>concurrent</artifactId>
<groupId>oswego-concurrent</groupId>
</exclusion>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>jcip-annotations</artifactId>
<groupId>net.jcip</groupId>
</exclusion>
<exclusion>
<artifactId>validation-api</artifactId>
<groupId>javax.validation</groupId>
</exclusion>
<exclusion>
<artifactId>jboss-mc-int-servlet</artifactId>
<groupId>org.jboss.mc-int</groupId>
</exclusion>
<exclusion>
<artifactId>mod_cluster</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>