<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <parent>
    <groupId>com.github.mmoayyed.ws-wss4j</groupId>
    <artifactId>wss4j-parent</artifactId>
    <version>4.0.0</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>
  <groupId>com.github.mmoayyed.ws-wss4j</groupId>
  <artifactId>wss4j-policy</artifactId>
  <version>4.0.0</version>
  <name>Apache WSS4J WS-SecurityPolicy model</name>
  <properties>
    <wss4j.module.name>org.apache.wss4j.policy</wss4j.module.name>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.neethi</groupId>
      <artifactId>neethi</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.xmlunit</groupId>
      <artifactId>xmlunit-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.xmlunit</groupId>
      <artifactId>xmlunit-matchers</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.woodstox</groupId>
      <artifactId>woodstox-core</artifactId>
      <version>${woodstox.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
