| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License v. 2.0, which is available at |
| http://www.eclipse.org/legal/epl-2.0. |
| |
| This Source Code may also be made available under the following Secondary |
| Licenses when the conditions for such availability set forth in the |
| Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| version 2 with the GNU Classpath Exception, which is available at |
| https://www.gnu.org/software/classpath/license.html. |
| |
| SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| |
| --> |
| |
| <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> |
| <groupId>org.glassfish.main</groupId> |
| <artifactId>javaee-api-parent</artifactId> |
| <version>5.0.1-SNAPSHOT</version> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>javaee-web-api</artifactId> |
| <name>Java(TM) EE 8 Web Profile Specification APIs</name> |
| <description>Java(TM) EE 8 Web Profile Specification APIs</description> |
| |
| <developers> |
| <developer> |
| <id>bshannon</id> |
| <name>Bill Shannon</name> |
| <organization>Oracle Corp.</organization> |
| <roles> |
| <role>lead</role> |
| </roles> |
| </developer> |
| <developer> |
| <id>ldemichiel</id> |
| <name>Linda De Michiel</name> |
| <organization>Oracle Corp.</organization> |
| <roles> |
| <role>lead</role> |
| </roles> |
| </developer> |
| </developers> |
| |
| <properties> |
| <!-- we don't process the rpc classes inlined in ejb-api --> |
| <extra.excludes>javax/xml/rpc/**</extra.excludes> |
| </properties> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.glassfish.build</groupId> |
| <artifactId>glassfishbuild-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>unpack-sources</id> |
| <goals> |
| <goal>unpack-sources</goal> |
| </goals> |
| </execution> |
| <execution> |
| <id>generate-pom</id> |
| <goals> |
| <goal>generate-pom</goal> |
| </goals> |
| </execution> |
| <execution> |
| <id>attach-all-artifacts</id> |
| <goals> |
| <goal>attach-all-artifacts</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>attach-sources</id> |
| <phase>package</phase> |
| <goals> |
| <goal>jar-no-fork</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <dependencies> |
| <dependency> |
| <groupId>jakarta.servlet</groupId> |
| <artifactId>jakarta.servlet-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.servlet.jsp</groupId> |
| <artifactId>javax.servlet.jsp-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.el</groupId> |
| <artifactId>javax.el-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.servlet.jsp.jstl</groupId> |
| <artifactId>javax.servlet.jsp.jstl-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <!-- work around for GLASSFISH-19861 --> |
| <dependency> |
| <groupId>org.glassfish</groupId> |
| <artifactId>javax.faces</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.faces</groupId> |
| <artifactId>javax.faces-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.ws.rs</groupId> |
| <artifactId>javax.ws.rs-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>jakarta.websocket</groupId> |
| <artifactId>jakarta.websocket-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.json</groupId> |
| <artifactId>javax.json-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>jakarta.json.bind</groupId> |
| <artifactId>jakarta.json.bind-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.annotation</groupId> |
| <artifactId>javax.annotation-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.ejb</groupId> |
| <artifactId>javax.ejb-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>jakarta.transaction</groupId> |
| <artifactId>jakarta.transaction-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.persistence</groupId> |
| <artifactId>javax.persistence</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.validation</groupId> |
| <artifactId>validation-api</artifactId> |
| <version>${javax.validation-api.version}</version> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.interceptor</groupId> |
| <artifactId>javax.interceptor-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.enterprise</groupId> |
| <artifactId>cdi-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.inject</groupId> |
| <artifactId>javax.inject</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.security.auth.message</groupId> |
| <artifactId>javax.security.auth.message-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| <dependency> |
| <groupId>javax.security.enterprise</groupId> |
| <artifactId>javax.security.enterprise-api</artifactId> |
| <optional>true</optional> |
| </dependency> |
| </dependencies> |
| </project> |