jee-agents
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents</artifactId>
<version>5.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
*
* Copyright 2013-2015 ForgeRock AS.
*
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Portions copyright 2023-2026 3A Systems LLC
*
-->
<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">
<modelVersion>4.0.0</modelVersion>
<!-- Component Definition -->
<name>OpenAM JavaEE Policy Agents</name>
<description>OpenAM JavaEE Policy Agents</description>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents</artifactId>
<version>5.0.3</version>
<packaging>pom</packaging>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
<properties>
<openam.version>16.0.6</openam.version>
<!-- <websphere.libraries.v61.system.path>/var/tmp/extlib/websphere/v61</websphere.libraries.v61.system.path> -->
<!-- <com.ibm.ws.runtime.v61.version>6.1.0</com.ibm.ws.runtime.v61.version> -->
<!-- <weblogic.libraries.v10.system.path>/var/tmp/extlib/weblogic/v10</weblogic.libraries.v10.system.path> -->
<!-- <com.bea.core.common.security.api.v10.version>1.0.0.0_5-1-0-0</com.bea.core.common.security.api.v10.version> -->
<!-- <com.bea.core.weblogic.security.auth.v10.version>1.0.0.0</com.bea.core.weblogic.security.auth.v10.version> -->
<!-- <com.bea.core.weblogic.security.v10.version>1.0.0.0_5-1-0-0</com.bea.core.weblogic.security.v10.version> -->
<!-- Guice -->
<guice.version>3.0</guice.version>
<!-- <forgerock.guice.version>1.0.0</forgerock.guice.version> -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<org.apache.tomcat>10.1.50</org.apache.tomcat>
</properties>
<modules>
<!-- OpenAM JavaEE Policy Agent Modules -->
<module>jee-agents-sdk</module>
<module>jee-agents-distribution</module>
</modules>
<licenses>
<license>
<name>CDDL-1.1</name>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/blob/master/LICENSE.md</url>
<comments>Common Development and Distribution License (CDDL) 1.1.
This license applies to OpenDJ source code as indicated in the
source files.
</comments>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Open Identity Platform Community</id>
<name>Open Identity Platform Community</name>
<email>open-identity-platform@googlegroups.com</email>
<organization>Open Identity Platform Community</organization>
<organizationUrl>https://www.openidentityplatform.org/</organizationUrl>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
</developer>
</developers>
<issueManagement>
<system>github.com</system>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents.git</connection>
<developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents.git</developerConnection>
<url>https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents</url>
<tag>5.0.3</tag>
</scm>
<repositories>
<repository>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-nexus-public</id>
<name>JBoss Nexus Public Repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>ossrh</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<doclint>none</doclint>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.1.1</version>
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>maven-replacer-plugin</artifactId>
<version>1.4.0</version>
</plugin>
<plugin>
<groupId>com.keyboardsamurais.maven</groupId>
<artifactId>maven-timestamp-plugin</artifactId>
<version>1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>
<!-- Project dependencies -->
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sdk</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sdk</artifactId>
<classifier>with-lib</classifier>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sdk</artifactId>
<classifier>uber</classifier>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-appserver-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-agentapp</artifactId>
<type>war</type>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-appserver-v81</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-appserver-ear</artifactId>
<version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jboss-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jboss-v7</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jboss-v40</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jboss-ear</artifactId>
<version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jetty-v7</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jetty-v61</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jetty</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-jsr196</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jsr196-ear</artifactId>
<version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-tomcat-v6</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-tomcat</artifactId>
<type>war</type>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-weblogic-v10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-weblogic-ear</artifactId>
<version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-websphere-v61</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-websphere-ear</artifactId>
<version>${project.version}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-websphere-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-webservlet</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-ejb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-ejbservlet</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-appserver-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-appserver-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jboss-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jboss-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jsr196-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-jsr196-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-weblogic-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-weblogic-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-websphere-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.openam.agents</groupId>
<artifactId>jee-agents-sampleapp-websphere-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<!-- External dependencies -->
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>9.1.0</version>
<scope>provided</scope>
</dependency>
<!-- Agent version specific dependencies -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>${org.apache.tomcat}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.security.auth.message</groupId>
<artifactId>jakarta.security.auth.message-api</artifactId>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-security</artifactId>
<version>6.1.0.Final</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
<exclusion>
<groupId>apache-log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>jpl-pattern</groupId>
<artifactId>jpl-pattern</artifactId>
</exclusion>
<exclusion>
<groupId>jpl-util</groupId>
<artifactId>jpl-util</artifactId>
</exclusion>
<exclusion>
<groupId>javax.security</groupId>
<artifactId>jacc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-tomcat</artifactId>
<version>6.1.0.Final</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
<exclusion>
<groupId>ws-commons</groupId>
<artifactId>policy</artifactId>
</exclusion>
<exclusion>
<groupId>trove</groupId>
<artifactId>trove</artifactId>
</exclusion>
<exclusion>
<groupId>apache-log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>jpl-pattern</groupId>
<artifactId>jpl-pattern</artifactId>
</exclusion>
<exclusion>
<groupId>jpl-util</groupId>
<artifactId>jpl-util</artifactId>
</exclusion>
<exclusion>
<groupId>javax.security</groupId>
<artifactId>jacc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
<version>11.0.25</version>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>weblogic</groupId> -->
<!-- <artifactId>com.bea.core.common.security.api</artifactId> -->
<!-- <version>${com.bea.core.common.security.api.v10.version}</version> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>${weblogic.libraries.v10.system.path}/com.bea.core.common.security.api_${com.bea.core.common.security.api.v10.version}.jar</systemPath> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>weblogic</groupId> -->
<!-- <artifactId>com.bea.core.weblogic.security.auth</artifactId> -->
<!-- <version>${com.bea.core.weblogic.security.auth.v10.version}</version> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>${weblogic.libraries.v10.system.path}/com.bea.core.weblogic.security.auth_${com.bea.core.weblogic.security.auth.v10.version}.jar</systemPath> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>weblogic</groupId> -->
<!-- <artifactId>com.bea.core.weblogic.security</artifactId> -->
<!-- <version>${com.bea.core.weblogic.security.v10.version}</version> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>${weblogic.libraries.v10.system.path}/com.bea.core.weblogic.security_${com.bea.core.weblogic.security.v10.version}.jar</systemPath> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>weblogic</groupId> -->
<!-- <artifactId>weblogic</artifactId> -->
<!-- <version>10.3.1.0</version> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>${weblogic.libraries.v10.system.path}/weblogic.jar</systemPath> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>websphere</groupId> -->
<!-- <artifactId>com.ibm.ws.runtime</artifactId> -->
<!-- <version>${com.ibm.ws.runtime.v61.version}</version> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>${websphere.libraries.v61.system.path}/com.ibm.ws.runtime_${com.ibm.ws.runtime.v61.version}.jar</systemPath> -->
<!-- </dependency> -->
<!-- OpenAM project dependencies -->
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>openam</artifactId>
<version>${openam.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>gpg.passphrase</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>true</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>