Skip to content

Commit

Permalink
Land #705, Update android json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smcintyre-r7 committed May 28, 2024
2 parents 9b0e2de + f00b273 commit a86dc9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/androidpayload/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<artifactId>android</artifactId>
<version>2.3.3</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.metasploit</groupId>
Expand Down
6 changes: 6 additions & 0 deletions java/androidpayload/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.metasploit</groupId>
Expand Down
7 changes: 7 additions & 0 deletions java/version-compatibility-check/android-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit a86dc9d

Please sign in to comment.