49 lines
1.6 KiB
Diff
49 lines
1.6 KiB
Diff
diff --git a/pom.xml b/pom.xml
|
|
index b762225..873eff9 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -7,17 +7,6 @@
|
|
<packaging>apk</packaging>
|
|
<name>Viewer for Khan Academy</name>
|
|
|
|
- <repositories>
|
|
- <repository>
|
|
- <id>codehaus-snapshots</id>
|
|
- <url>http://snapshots.repository.codehaus.org</url>
|
|
- </repository>
|
|
- <repository>
|
|
- <id>springsource-repo</id>
|
|
- <name>SpringSource Repository</name>
|
|
- <url>http://repo.springsource.org/release</url>
|
|
- </repository>
|
|
- </repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
@@ -27,15 +16,10 @@
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
- <groupId>android.support</groupId>
|
|
- <artifactId>compatibility-v4</artifactId>
|
|
- <version>11</version>
|
|
- </dependency>
|
|
- <!-- <dependency>
|
|
<groupId>com.google.android</groupId>
|
|
<artifactId>support-v4</artifactId>
|
|
<version>r11</version>
|
|
- </dependency> -->
|
|
+ </dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
@@ -132,7 +116,7 @@
|
|
<plugin>
|
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
|
<artifactId>android-maven-plugin</artifactId>
|
|
- <version>3.3.2</version>
|
|
+ <version>3.6.1</version>
|
|
|
|
<extensions>true</extensions>
|
|
</plugin>
|