Skip to content

Commit 076393e

Browse files
Remove redundant depndencies
1 parent dd94391 commit 076393e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

cloudinary-android-test/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
<version>2.3.1</version>
2828
<scope>provided</scope>
2929
</dependency>
30-
<dependency>
31-
<groupId>com.cloudinary</groupId>
32-
<artifactId>cloudinary-core</artifactId>
33-
<type>jar</type>
34-
<version>1.1.0-SNAPSHOT</version>
35-
</dependency>
3630
<dependency>
3731
<groupId>com.cloudinary</groupId>
3832
<artifactId>cloudinary-android</artifactId>

cloudinary-android/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
<version>4.1.1.4</version>
2525
<scope>provided</scope>
2626
</dependency>
27-
<dependency>
28-
<groupId>com.google.android</groupId>
29-
<artifactId>android-test</artifactId>
30-
<version>2.3.1</version>
31-
<scope>provided</scope>
32-
</dependency>
3327
<dependency>
3428
<groupId>com.cloudinary</groupId>
3529
<artifactId>cloudinary-core</artifactId>

0 commit comments

Comments
 (0)