aboutsummaryrefslogtreecommitdiff
path: root/samples/flickr
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-08-15 11:37:49 -0700
committerSam Judd <judds@google.com>2014-08-17 11:54:40 -0700
commit0d41e4a66029748039076b2300f3411ee23d946a (patch)
tree66c8dd25cd86339146674eb26c68d0e204735716 /samples/flickr
parentc4fca2f8bceecd56c12a71ba6e765600cd42710b (diff)
downloadglide-0d41e4a66029748039076b2300f3411ee23d946a.tar.gz
Remove maven pom files.
Diffstat (limited to 'samples/flickr')
-rw-r--r--samples/flickr/pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/samples/flickr/pom.xml b/samples/flickr/pom.xml
deleted file mode 100644
index e3f6620e..00000000
--- a/samples/flickr/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>com.github.bumptech.glide</groupId>
- <artifactId>glide-samples</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>glide-flickr-sample</artifactId>
- <packaging>apk</packaging>
- <name>Glide Flickr Sample</name>
-
- <dependencies>
- <dependency>
- <groupId>com.github.bumptech.glide</groupId>
- <artifactId>library</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- <type>aar</type>
- </dependency>
- <dependency>
- <groupId>com.actionbarsherlock</groupId>
- <artifactId>actionbarsherlock</artifactId>
- <version>4.4.0</version>
- <type>apklib</type>
- <exclusions>
- <exclusion>
- <groupId>com.google.android</groupId>
- <artifactId>support-v4</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.mcxiaoke.volley</groupId>
- <artifactId>library</artifactId>
- <version>1.0.4</version>
- </dependency>
- </dependencies>
-</project>