Skip to content

Commit

Permalink
Merge pull request #22 from augustd/mavenize
Browse files Browse the repository at this point in the history
Use official Burp API from Central
  • Loading branch information
augustd authored Jan 3, 2018
2 parents f6294c6 + ddc7b0a commit 62f7349
Show file tree
Hide file tree
Showing 42 changed files with 7 additions and 3,881 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.codemagi</groupId>
<artifactId>burp-suite-utils</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<packaging>jar</packaging>
<name>Burp Suite Utils</name>
<description>The Burp Suite Utils project provides developers with APIs for building Burp Suite Extensions.</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down Expand Up @@ -108,6 +108,11 @@
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>net.portswigger.burp.extender</groupId>
<artifactId>burp-extender-api</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
63 changes: 0 additions & 63 deletions src/main/java/burp/IBurpCollaboratorClientContext.java

This file was deleted.

41 changes: 0 additions & 41 deletions src/main/java/burp/IBurpCollaboratorInteraction.java

This file was deleted.

31 changes: 0 additions & 31 deletions src/main/java/burp/IBurpExtender.java

This file was deleted.

Loading

0 comments on commit 62f7349

Please sign in to comment.