<?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>
  <groupId>com.ca</groupId>
  <artifactId>mas</artifactId>
  <version>2.0.00-beta1</version>
  <packaging>aar</packaging>
  <name>CA Mobile App Services</name>
  <url>'https://www.ca.com/us/developers/mas.html'</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/CAAPIM/Android-MAS-SDK/blob/develop/LICENSE</url>
    </license>
  </licenses>
  <scm>
    <connection>'https://github.com/CAAPIM/Android-MAS-SDK.git'</connection>
    <developerConnection>'https://github.com/CAAPIM/Android-MAS-SDK.git'</developerConnection>
    <url>'https://www.ca.com/us/developers/mas.html'</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ca</groupId>
      <artifactId>mas-foundation</artifactId>
      <version>2.0.00-beta1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ca</groupId>
      <artifactId>mas-connecta</artifactId>
      <version>2.0.00-beta1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ca</groupId>
      <artifactId>mas-storage</artifactId>
      <version>2.0.00-beta1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ca</groupId>
      <artifactId>mas-identity-management</artifactId>
      <version>2.0.00-beta1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
