<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2026 Contributors to the Eclipse Foundation.
    Copyright (c) 1997, 2025 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>policy</artifactId>
  <version>4.0.4</version>
  <name>WS-Policy Implementation</name>
  <description>WS-Policy implementation for Project Metro</description>
  <url>https://eclipse-ee4j.github.io/metro-jax-ws</url>
  <inceptionYear>2017</inceptionYear>
  <organization>
    <name>Eclipse Foundation</name>
    <url>https://www.eclipse.org</url>
  </organization>
  <licenses>
    <license>
      <name>Eclipse Distribution License - v 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lukasj</id>
      <name>Lukas Jungmann</name>
      <email>lukas.jungmann@oracle.com</email>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <id>dmatej</id>
      <name>David Matejcek</name>
      <email>david.matejcek@omnifish.ee</email>
      <organization>OmniFish</organization>
    </developer>
    <developer>
      <id>bravehorsie</id>
      <name>Roman Grigoriadi</name>
      <email>Roman.Grigoriadi@oracle.com</email>
    </developer>
    <developer>
      <id>zhengjl</id>
      <name>Zheng Jun Li</name>
      <email>zheng.jun.li@oracle.com</email>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>Eclipse Metro mailing list</name>
      <subscribe>https://accounts.eclipse.org/mailing-list/metro-dev</subscribe>
      <unsubscribe>https://accounts.eclipse.org/mailing-list/metro-dev</unsubscribe>
      <post>metro-dev@eclipse.org</post>
      <archive>https://dev.eclipse.org/mhonarc/lists/metro-dev</archive>
    </mailingList>
  </mailingLists>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git@github.com:eclipse-ee4j/metro-jax-ws.git</connection>
    <developerConnection>scm:git:git@github.com:eclipse-ee4j/metro-jax-ws.git</developerConnection>
    <tag>4.0.4</tag>
    <url>https://github.com/eclipse-ee4j/metro-jax-ws</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/eclipse-ee4j/metro-jax-ws/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.glassfish.jaxb</groupId>
      <artifactId>jaxb-runtime</artifactId>
      <version>4.0.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.activation</groupId>
      <artifactId>jakarta.activation-api</artifactId>
      <version>2.1.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.ws</groupId>
      <artifactId>jakarta.xml.ws-api</artifactId>
      <version>4.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.soap</groupId>
      <artifactId>jakarta.xml.soap-api</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
