<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.atlassian.upm</groupId>
    <artifactId>host-license-provider-parent</artifactId>
    <version>7.0.27</version>
  </parent>
  <artifactId>refapp-host-license-provider</artifactId>
  <name>Refapp Host License Provider</name>

   <dependencies>
        <dependency>
            <groupId>com.atlassian.upm</groupId>
            <artifactId>licensing-lib</artifactId>
        </dependency>
       <dependency>
           <groupId>com.atlassian.upm</groupId>
           <artifactId>upm-api</artifactId>
       </dependency>
       <dependency>
           <groupId>com.atlassian.upm</groupId>
           <artifactId>upm-core</artifactId>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>com.atlassian.sal</groupId>
           <artifactId>sal-api</artifactId>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>com.google.guava</groupId>
           <artifactId>guava</artifactId>
           <scope>provided</scope>
       </dependency>
   </dependencies>
</project>
