<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>structs-parent</artifactId>
    <version>1.5</version>
  </parent>

  <artifactId>structs</artifactId>
  <version>1.5</version>
  <packaging>hpi</packaging>

  <name>Structs Plugin</name>
  <description>Library plugin for DSL plugins that need names for Jenkins objects.</description>
  <url>https://wiki.jenkins-ci.org/display/JENKINS/Structs+plugin</url>

  <dependencies>
    <dependency>
      <groupId>org.jenkins-ci</groupId>
      <artifactId>symbol-annotation</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>git</artifactId>
      <version>2.4.1</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpclient</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency> <!-- JENKINS-28942 workaround -->
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>script-security</artifactId>
      <version>1.17</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
