Skip to content

Commit

Permalink
Jetty server update
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-martin committed Apr 24, 2019
1 parent 55c1c1b commit 9bb17a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Open Source SS7/Diameter firewall
## SigFW introduction
* [SigFW BlackHat USA 2017 Presentation](https://github.com/P1sec/SigFW/blob/master/docs/us-17-Kacer-SS7-Attacker-Heaven-Turns-Into-Riot-How-To-Make-Nation-State-And-Intelligence-Attackers-Lives-Much-Harder-On-Mobile-Networks.pdf)
* [SigFW BlackHat USA 2017 Whitepaper](https://github.com/P1sec/SigFW/blob/master/docs/us-17-Kacer-SS7-Attacker-Heaven-Turns-Into-Riot-How-To-Make-Nation-State-And-Intelligence-Attackers-Lives-Much-Harder-On-Mobile-Networks-wp.pdf)
* [SigFW BlackHat USA 2017 Conference Talk](https://www.youtube.com/watch?v=PtCxUIe5j3A)

## Build instructions
For more detailed installation and build instructions refer to this [page](https://github.com/P1sec/SigFW/wiki/Installation-and-Build-Instructions).
Expand Down
6 changes: 3 additions & 3 deletions sigfw/sigfw.sigfw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.15.v20190215</version>
<version>9.4.17.v20190418</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.15.v20190215</version>
<version>9.4.17.v20190418</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
<version>1.2.17</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9bb17a3

Please sign in to comment.