<?xml version="1.0" encoding="UTF-8"?>
<!--

     Certain versions of software accessible here may contain branding from
     Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company.
     This software was acquired by Micro Focus on September 1, 2017, and is now
     offered by OpenText.
     Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical
     in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the
     property of their respective owners.
     OpenText is a trademark of Open Text.
     __________________________________________________________________
     MIT License

     Copyright 2012-2025 Open Text.

     The only warranties for products and services of Open Text and
     its affiliates and licensors ("Open Text") are as may be set forth
     in the express warranty statements accompanying such products and services.
     Nothing herein should be construed as constituting an additional warranty.
     Open Text shall not be liable for technical or editorial errors or
     omissions contained herein. The information contained herein is subject
     to change without notice.

     Except as specifically indicated otherwise, this document contains
     confidential information and a valid license is required for possession,
     use or copying. If this work is provided to the U.S. Government,
     consistent with FAR 12.211 and 12.212, Commercial Computer Software,
     Computer Software Documentation, and Technical Data for Commercial Items are
     licensed to the U.S. Government under vendor's standard commercial license.

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
     ___________________________________________________________________

-->
<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>org.jenkins-ci.plugins</groupId>
  <artifactId>hp-application-automation-tools-plugin</artifactId>
  <version>25.4.1-beta</version>
  <packaging>hpi</packaging>
  <name>OpenText Application Automation Tools</name>
  <description>The plugin integrates Jenkins with the following OpenText products - Service Virtualization,
        LoadRunner, OpenText Enterprise Performance Engineering, Unified Functional Testing, QuickTest Professional,
        Service Test, Unified Functional Testing Mobile,
        Application Lifecycle Management and Application Lifecycle Management Octane.</description>
  <url>https://github.com/jenkinsci/hpe-application-automation-tools-plugin/blob/latest/doc/README.md</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>OpenText</name>
    <url>https://www.opentext.com/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>PTofan</id>
      <name>Tofan Paul-Adrian</name>
      <email>paul-adrian.tofan@microfocus.com</email>
      <roles>
        <role>Global Owner</role>
      </roles>
    </developer>
    <developer>
      <id>radislavB</id>
      <name>Radislav Berkovich</name>
      <email>radislav.berkovich@microfocus.com</email>
      <roles>
        <role>ALM Octane</role>
      </roles>
    </developer>
    <developer>
      <id>Rlu</id>
      <name>Roy Lu</name>
      <email>li.lu@microfocus.com</email>
      <roles>
        <role>ALM Lab management</role>
      </roles>
    </developer>
    <developer>
      <id>pavelchuchma</id>
      <name>Pavel Chuchma</name>
      <email>pavel.chuchma@microfocus.com</email>
      <roles>
        <role>Service Virtualization</role>
      </roles>
    </developer>
    <developer>
      <id>rolandomihaivlad</id>
      <name>Vlad, Rolando-Mihai</name>
      <email>rolando-mihai.vlad@microfocus.com</email>
      <roles>
        <role>LoadRunner</role>
      </roles>
    </developer>
    <developer>
      <id>tamasflorin</id>
      <name>Tamas, Ionut Florin</name>
      <email>ionut-florin.tamas@hpe.com</email>
      <roles>
        <role>UFT</role>
      </roles>
    </developer>
    <developer>
      <id>danieldanan</id>
      <name>Daniel Danan</name>
      <email>daniel.danan@microfocus.com</email>
      <roles>
        <role>OpenText Enterprise Performance Engineering</role>
      </roles>
    </developer>
    <developer>
      <id>janezhang</id>
      <name>Zhang, Xiao-Jing</name>
      <email>xiao-jing.zhang2@microfocus.com</email>
      <roles>
        <role>UFT Mobile</role>
      </roles>
    </developer>
    <developer>
      <id>gullerya</id>
      <name>Yuri Guller</name>
      <email>gullerya@gmail.com</email>
      <organization>MicroFocus - ALM Octane</organization>
    </developer>
    <developer>
      <id>gront</id>
      <name>Daniel Gront</name>
      <email>daniel.gront@microfocus.com</email>
      <roles>
        <role>Global Owner (retired)</role>
      </roles>
    </developer>
    <developer>
      <id>YafimK</id>
      <name>Fima (Yafim) Kazak</name>
      <roles>
        <role>Global owner and LoadRunner Dev (retired)</role>
      </roles>
    </developer>
    <developer>
      <id>paul-murray-mf</id>
      <name>Paul Murray</name>
      <roles>
        <role>ALM Octane Starteam support</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jenkinsci/hp-application-automation-tools-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:jenkinsci/hp-application-automation-tools-plugin.git</developerConnection>
    <tag>opentext-application-automation-tools-plugin-25.4.1-CE-beta</tag>
    <url>https://github.com/jenkinsci/hp-application-automation-tools-plugin</url>
  </scm>
  <issueManagement>
    <system>JIRA</system>
    <url>https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20hp-application-automation-tools-plugin</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/releases</url>
    </repository>
    <snapshotRepository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>jenkins-core</artifactId>
      <version>2.479.3</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>javax.annotation</groupId>
          <artifactId>javax.annotation-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>apache-httpcomponents-client-4-api</artifactId>
      <version>4.5.14-269.vfa_2321039a_83</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.minidev</groupId>
      <artifactId>json-smart</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.ivy</groupId>
      <artifactId>ivy</artifactId>
      <version>2.5.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-step-api</artifactId>
      <version>686.v603d058a_e148</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-api</artifactId>
      <version>1363.v03f731255494</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-support</artifactId>
      <version>946.v2a_79d8a_4b_e14</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-cps</artifactId>
      <version>4018.vf02e01888da_f</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-job</artifactId>
      <version>1505.vea_4b_20a_4a_495</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-multibranch</artifactId>
      <version>800.v5f0a_a_660950e</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins.workflow</groupId>
      <artifactId>workflow-scm-step</artifactId>
      <version>427.v4ca_6512e7df1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>pipeline-build-step</artifactId>
      <version>555.v589d5c24a_3d6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>pipeline-input-step</artifactId>
      <version>508.v584c0e9a_2177</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkinsci.plugins</groupId>
      <artifactId>pipeline-model-definition</artifactId>
      <version>2.2221.vc657003fb_d93</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.ivy</groupId>
          <artifactId>ivy</artifactId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>structs</artifactId>
      <version>338.v848422169819</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>scm-api</artifactId>
      <version>703.v72ff4b_259600</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci</groupId>
      <artifactId>symbol-annotation</artifactId>
      <version>1.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>credentials</artifactId>
      <version>1408.va_622a_b_f5b_1b_1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.microfocus.sv</groupId>
      <artifactId>SVConfigurator</artifactId>
      <version>5.8</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-codec</groupId>
          <artifactId>commons-codec</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-jdk14</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>junit</artifactId>
      <version>1314.vd966e9a_88895</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.hpe.adm.octane.ciplugins</groupId>
      <artifactId>integrations-sdk</artifactId>
      <version>2.25.4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>parameterized-trigger</artifactId>
      <version>806.vf6fff3e28c3e</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>conditional-buildstep</artifactId>
      <version>1.4.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>maven-plugin</artifactId>
      <version>3.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>matrix-project</artifactId>
      <version>845.vffd7fa_f27555</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>jenkins-multijob-plugin</artifactId>
      <version>627.v7c23cef20a_6a</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>git</artifactId>
      <version>5.7.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>subversion</artifactId>
      <version>1287.vd2d507146906</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.jenkins.plugins</groupId>
          <artifactId>eddsa-api</artifactId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.jenkins.plugins</groupId>
      <artifactId>eddsa-api</artifactId>
      <version>0.3.0.1-19.vc432d923e5ee</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>extended-choice-parameter</artifactId>
      <version>346.vd87693c5a_86c</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>random-string-parameter</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>nodelabelparameter</artifactId>
      <version>1.10.3.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>token-macro</artifactId>
      <version>444.v52de7e9c573d</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>jquery</artifactId>
      <version>1.12.4-3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>mailer</artifactId>
      <version>489.vd4b_25144138f</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>sonar</artifactId>
      <version>2.14</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.microfocus.adm.performancecenter</groupId>
      <artifactId>plugins-common</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.fasterxml.jackson.core</groupId>
          <artifactId>jackson-databind</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.thoughtworks.xstream</groupId>
          <artifactId>xstream</artifactId>
        </exclusion>
        <exclusion>
          <groupId>javax.activation</groupId>
          <artifactId>javax.activation-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>jackson2-api</artifactId>
      <version>2.17.0-379.v02de8ec9f64c</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.jenkins.plugins</groupId>
      <artifactId>snakeyaml-api</artifactId>
      <version>2.3-123.v13484c65210a_</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.activation</groupId>
      <artifactId>jakarta.activation-api</artifactId>
      <version>2.1.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>6.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish.jaxb</groupId>
      <artifactId>jaxb-runtime</artifactId>
      <version>2.3.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.htmlunit</groupId>
      <artifactId>htmlunit</artifactId>
      <version>4.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jenkins-ci.tools</groupId>
        <artifactId>maven-hpi-plugin</artifactId>
        <version>3.55</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
