Skip to content

Commit

Permalink
Fixed some formatting and removed comments for the time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
Static-Flow committed Oct 8, 2022
1 parent 9b4628d commit 3a7100b
Show file tree
Hide file tree
Showing 44 changed files with 24 additions and 3,953 deletions.
27 changes: 11 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,49 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.1</version>
<version>2.4.0-b180830.0359</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>net.portswigger.burp.extender</groupId>
<artifactId>burp-extender-api</artifactId>
<version>2.1</version>
<version>2.3</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.16.99</version>
<version>2.17.285</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cognitoidentity</artifactId>
<version>2.16.99</version>
<version>2.17.285</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cognitoidentityprovider</artifactId>
<version>2.16.99</version>
<version>2.17.285</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cognitosync</artifactId>
<version>2.16.99</version>
<version>2.17.285</version>
</dependency>
</dependencies>

Expand All @@ -84,8 +79,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>14</source>
<target>14</target>
</configuration>
</plugin>

Expand Down
97 changes: 0 additions & 97 deletions src/burp/IBurpCollaboratorClientContext.java

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 3a7100b

Please sign in to comment.