Skip to content

Commit c74abd9

Browse files
committed
Sonar config update
1 parent 4c4a429 commit c74abd9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Ch04_OutputEscapingJSP/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<url>https://github.com/dschadow/Java-Web-Security</url>
1313
<description>Chapter 4 JSP Output Escaping sample project. Requires a server like Apache Tomcat or the Maven Tomcat plugin. After starting, open the web application in your browser at http://localhost:8080/Ch04_OutputEscapingJSP</description>
1414

15-
<properties>
16-
<sonar.java.binaries>target/classes</sonar.java.binaries>
17-
</properties>
18-
1915
<dependencies>
2016
<dependency>
2117
<groupId>org.springframework</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<jsf.version>2.2.15</jsf.version>
3434
<hibernate.version>5.2.12.Final</hibernate.version>
3535
<jacoco.version>0.7.9</jacoco.version>
36+
<sonar.language>java</sonar.language>
3637
</properties>
3738

3839
<dependencyManagement>

0 commit comments

Comments
 (0)