Added Tutorial for Chrome Developer Tools.

This commit is contained in:
Tobias_Melzer
2018-11-20 00:52:46 +01:00
committed by Nanne Baars
parent eb29ed00ff
commit af565b5035
17 changed files with 169 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>chrome-dev-tools</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>v8.0.0.SNAPSHOT</version>
</parent>
</project>