Skip to content

Commit

Permalink
Turns out we don't need those libraries at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatters-r7 committed May 23, 2024
1 parent cf7b514 commit f00b273
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions java/androidpayload/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.metasploit</groupId>
<artifactId>Metasploit-Java-Shared</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions java/androidpayload/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.metasploit</groupId>
<artifactId>Metasploit-JavaPayload</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions java/version-compatibility-check/android-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit f00b273

Please sign in to comment.