|
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <groupId>com.amazonaws</groupId> |
| 6 | + <artifactId>aws-android-sdk-cognitoauth</artifactId> |
| 7 | + <packaging>aar</packaging> |
| 8 | + <name>AWS SDK for Android - Amazon Cognito Auth</name> |
| 9 | + <version>2.4.4</version> |
| 10 | + <description>The AWS Android SDK with app integration for Amazon Cognito Your User Pools Service</description> |
| 11 | + <url>http://aws.amazon.com/sdkforandroid</url> |
| 12 | + |
| 13 | + <parent> |
| 14 | + <groupId>com.amazonaws</groupId> |
| 15 | + <artifactId>aws-android-sdk-pom</artifactId> |
| 16 | + <version>2.4.4</version> |
| 17 | + </parent> |
| 18 | + |
| 19 | + <repositories> |
| 20 | + <repository> |
| 21 | + <id>android-support</id> |
| 22 | + <url>file://${env.ANDROID_HOME}/extras/android/m2repository/</url> |
| 23 | + </repository> |
| 24 | + </repositories> |
| 25 | + |
| 26 | + <licenses> |
| 27 | + <license> |
| 28 | + <name>Apache License, Version 2.0</name> |
| 29 | + <url>http://aws.amazon.com/apache2.0</url> |
| 30 | + <distribution>repo</distribution> |
| 31 | + </license> |
| 32 | + </licenses> |
| 33 | + |
| 34 | + <dependencies> |
| 35 | + <dependency> |
| 36 | + <groupId>com.google.android</groupId> |
| 37 | + <artifactId>android</artifactId> |
| 38 | + <version>4.1.1.4</version> |
| 39 | + <scope>provided</scope> |
| 40 | + </dependency> |
| 41 | + <dependency> |
| 42 | + <groupId>com.android.support</groupId> |
| 43 | + <artifactId>customtabs</artifactId> |
| 44 | + <version>25.0.0</version> |
| 45 | + <type>aar</type> |
| 46 | + </dependency> |
| 47 | + </dependencies> |
| 48 | + |
| 49 | + <build> |
| 50 | + <plugins> |
| 51 | + <plugin> |
| 52 | + <groupId>com.simpligility.maven.plugins</groupId> |
| 53 | + <artifactId>android-maven-plugin</artifactId> |
| 54 | + <version>4.4.3</version> |
| 55 | + <extensions>true</extensions> |
| 56 | + <configuration> |
| 57 | + <sdk> |
| 58 | + <platform>15</platform> |
| 59 | + </sdk> |
| 60 | + </configuration> |
| 61 | + </plugin> |
| 62 | + <plugin> |
| 63 | + <groupId>org.apache.maven.plugins</groupId> |
| 64 | + <artifactId>maven-compiler-plugin</artifactId> |
| 65 | + </plugin> |
| 66 | + <plugin> |
| 67 | + <groupId>org.apache.maven.plugins</groupId> |
| 68 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 69 | + </plugin> |
| 70 | + </plugins> |
| 71 | + </build> |
| 72 | +</project> |
| 73 | + |
0 commit comments