<?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-bindings</artifactId>
  <version>4.0.0</version>
  <name>Apache WSS4J WS-Security Bindings</name>
  <properties>
    <wss4j.module.name>org.apache.wss4j.bindings</wss4j.module.name>
    <cobertura.skip>true</cobertura.skip>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.santuario</groupId>
      <artifactId>xmlsec</artifactId>
    </dependency>
  </dependencies>
  <profiles>
    <profile>
      <id>disable-checkstyle</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <checkstyle.skip>true</checkstyle.skip>
      </properties>
    </profile>
  </profiles>
</project>
