summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-25 12:10:25 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-25 12:10:25 +0200
commita8b921e07bf4ad1936e01628049a9c6fd7349312 (patch)
tree9ac66df41a9e42c76f340bda516cbfa446037c7c
parent90656472600d3f936d2d26378457a7a5c71badfa (diff)
Remove unused dependencies in Android project.
-rw-r--r--same-android/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/same-android/pom.xml b/same-android/pom.xml
index 8785b35..f3998fb 100644
--- a/same-android/pom.xml
+++ b/same-android/pom.xml
@@ -18,7 +18,6 @@
<scope>provided</scope>
</dependency>
-
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@@ -27,20 +26,6 @@
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.6.1-RC1</version>
@@ -81,8 +66,6 @@
<sdk>
<platform>8</platform>
</sdk>
- <deleteConflictingFiles>true</deleteConflictingFiles>
- <extractDuplicates>true</extractDuplicates>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
</configuration>
<extensions>true</extensions>