aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-05 18:17:24 -0700
committerSam Judd <judds@google.com>2014-06-05 18:17:24 -0700
commitc2e987e2e74f61f91c0edd93047658ab8bc2bcd8 (patch)
tree21f379df547bbfa5663014247f62bfba8ab51363 /pom.xml
parent64783e96163adb4fc8fa84038874694f236b4231 (diff)
downloadglide-c2e987e2e74f61f91c0edd93047658ab8bc2bcd8.tar.gz
Pom cleanup
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bca8ce6a..5f086401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,20 @@
<module>samples</module>
</modules>
+ <dependencies>
+ <dependency>
+ <groupId>android</groupId>
+ <artifactId>android</artifactId>
+ <version>4.4.2_r3</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.mcxiaoke.volley</groupId>
+ <artifactId>library</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>