Skip to content

Commit 76226e5

Browse files
author
Johannes Spaeth
committed
Fixes in pom
1 parent c1003e1 commit 76226e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>0.4</version>
1111

1212
<name>cve-2021-44228-detector</name>
13-
<url>http://www.codeshield.io</url>
13+
<url>https://codeshield.io</url>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -53,12 +53,6 @@
5353
<artifactId>opencsv</artifactId>
5454
<version>5.5.2</version>
5555
</dependency>
56-
<dependency>
57-
<groupId>junit</groupId>
58-
<artifactId>junit</artifactId>
59-
<version>4.12</version>
60-
<scope>test</scope>
61-
</dependency>
6256
</dependencies>
6357

6458
<build>

0 commit comments

Comments
 (0)