blob: 6d2dd8c013057e0990741955febaf6ca54e62f86 [file] [log] [blame]
Chris Warringtonf9450752017-02-20 11:16:56 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.facebook.testing.screenshot</groupId>
6 <artifactId>core</artifactId>
7 <version>0.2.3</version>
8 <name>Screenshot tests core android library</name>
9 <description>Screenshot Tests for Android</description>
10 <url>https://github.com/facebook/screenshot-tests-for-android</url>
11 <licenses>
12 <license>
13 <name>BSD License</name>
14 <url>https://github.com/facebook/screenshot-tests-for-android/blob/master/LICENSE</url>
15 <distribution>repo</distribution>
16 </license>
17 </licenses>
18 <developers>
19 <developer>
20 <id>facebook</id>
21 <name>Facebook</name>
22 </developer>
23 </developers>
24 <scm>
25 <connection>scm:git:https://github.com/facebook/screenshot-tests-for-android.git</connection>
26 <developerConnection>scm:git:git@github.com:facebook/screenshot-tests-for-android.git</developerConnection>
27 <url>https://github.com/facebook/screenshot-tests-for-android.git</url>
28 </scm>
29 <dependencies>
30 <dependency>
31 <groupId>com.google.dexmaker</groupId>
32 <artifactId>dexmaker</artifactId>
33 <version>1.0</version>
34 <scope>compile</scope>
35 </dependency>
36 <dependency>
37 <groupId>org.mockito</groupId>
38 <artifactId>mockito-core</artifactId>
39 <version>1.10.19</version>
40 <scope>compile</scope>
41 </dependency>
42 <dependency>
43 <groupId>com.google.dexmaker</groupId>
44 <artifactId>dexmaker-mockito</artifactId>
45 <version>1.0</version>
46 <scope>compile</scope>
47 </dependency>
48 <dependency>
49 <groupId>junit</groupId>
50 <artifactId>junit</artifactId>
51 <version>4.12</version>
52 <scope>compile</scope>
53 </dependency>
54 </dependencies>
55</project>