Skip to content

Commit 7609185

Browse files
committed
Remove duplicate ABS entry in POM file
1 parent 52c5836 commit 7609185

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

app/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<artifactId>github-android</artifactId>
1515
<url>https://github.com/github/android</url>
1616

17-
<properties>
18-
<abs.version>4.1.0</abs.version>
19-
<vpi.version>2.3.1</vpi.version>
20-
</properties>
21-
2217
<dependencies>
2318
<dependency>
2419
<groupId>com.google.android</groupId>
@@ -35,16 +30,9 @@
3530
<dependency>
3631
<groupId>com.actionbarsherlock</groupId>
3732
<artifactId>library</artifactId>
38-
<version>${abs.version}</version>
33+
<version>4.1.0</version>
3934
<type>apklib</type>
4035
</dependency>
41-
<dependency>
42-
<groupId>com.actionbarsherlock</groupId>
43-
<artifactId>library</artifactId>
44-
<version>${abs.version}</version>
45-
<type>jar</type>
46-
<scope>provided</scope>
47-
</dependency>
4836
<dependency>
4937
<groupId>com.github.rtyley</groupId>
5038
<artifactId>roboguice-sherlock</artifactId>
@@ -69,7 +57,7 @@
6957
<dependency>
7058
<groupId>com.viewpagerindicator</groupId>
7159
<artifactId>library</artifactId>
72-
<version>${vpi.version}</version>
60+
<version>2.3.1</version>
7361
<type>apklib</type>
7462
</dependency>
7563
<dependency>

0 commit comments

Comments
 (0)