<?xml version="1.0" encoding="UTF-8"?>
<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.atlassian.security.serialblocklist</groupId>
  <artifactId>blocklist-xstream-adapter</artifactId>
  <version>3.0.6</version>
  <licenses>
    <license>
      <name>Atlassian Customer Agreement</name>
      <url>https://www.atlassian.com/legal/software-license-agreement</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.16</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.security.serialblocklist</groupId>
      <artifactId>serialblocklist</artifactId>
      <version>3.0.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.22-atlassian-01-m12</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>com.atlassian.maven.plugins</groupId>
        <artifactId>artifactory-staging-maven-plugin</artifactId>
        <version>3.1.12</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
