summaryrefslogtreecommitdiff
path: root/common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom
diff options
context:
space:
mode:
Diffstat (limited to 'common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom')
-rw-r--r--common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom94
1 files changed, 94 insertions, 0 deletions
diff --git a/common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom b/common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom
new file mode 100644
index 00000000..69ddb5b3
--- /dev/null
+++ b/common/androidx-test/androidx/test/espresso/espresso-core/3.5.0-alpha07/espresso-core-3.5.0-alpha07.pom
@@ -0,0 +1,94 @@
+<?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>androidx.test.espresso</groupId>
+ <artifactId>espresso-core</artifactId>
+ <version>3.5.0-alpha07</version>
+ <packaging>aar</packaging>
+ <name>AndroidX Test Library</name>
+ <description>The AndroidX Test Library provides an extensive framework for testing Android apps</description>
+ <url>https://developer.android.com/testing</url>
+ <inceptionYear>2015</inceptionYear>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <dependencies>
+ <dependency>
+ <groupId>androidx.annotation</groupId>
+ <artifactId>annotation</artifactId>
+ <version>1.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>androidx.test</groupId>
+ <artifactId>core</artifactId>
+ <version>1.4.1-alpha07</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>androidx.test</groupId>
+ <artifactId>runner</artifactId>
+ <version>1.5.0-alpha04</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>androidx.test.espresso</groupId>
+ <artifactId>espresso-idling-resource</artifactId>
+ <version>3.5.0-alpha07</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup</groupId>
+ <artifactId>javawriter</artifactId>
+ <version>2.1.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-integration</artifactId>
+ <version>1.3</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>2.0.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.6.21</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>androidx.test</groupId>
+ <artifactId>annotation</artifactId>
+ <version>1.0.1-alpha01</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>