Skip to content

Commit 081c904

Browse files
authored
Merge pull request #218 from kovaceviccz/remove-duplicate-dependency-pom
Remove duplicate dependency entry within parent pom
2 parents f661917 + f24aab1 commit 081c904

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -411,26 +411,6 @@
411411
</exclusions>
412412
</dependency>
413413

414-
<dependency>
415-
<groupId>org.wrensecurity.commons</groupId>
416-
<artifactId>json-resource-http</artifactId>
417-
<version>${wrensec-commons.version}</version>
418-
419-
<exclusions>
420-
<!-- Replaced by Jakarta -->
421-
<exclusion>
422-
<groupId>com.sun.mail</groupId>
423-
<artifactId>javax.mail</artifactId>
424-
</exclusion>
425-
426-
<exclusion>
427-
<groupId>com.sun.xml.bind</groupId>
428-
<artifactId>jaxb-osgi</artifactId>
429-
</exclusion>
430-
</exclusions>
431-
</dependency>
432-
433-
434414
<dependency>
435415
<groupId>org.wrensecurity.commons</groupId>
436416
<artifactId>json-resource-http</artifactId>

0 commit comments

Comments
 (0)