Skip to content

Commit ba5c7ba

Browse files
authored
Update pom.xml
1 parent a114976 commit ba5c7ba

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,13 @@
159159
<groupId>com.sun.xml.security</groupId>
160160
<artifactId>xml-security-impl</artifactId>
161161
<version>1.0</version>
162+
<exclusions>
163+
<exclusion>
164+
<artifactId>tools</artifactId>
165+
<groupId>com.sun</groupId>
166+
</exclusion>
167+
</exclusions>
162168
</dependency>
163-
<exclusions>
164-
<exclusion>
165-
<artifactId>tools</artifactId>
166-
<groupId>com.sun</groupId>
167-
</exclusion>
168-
</exclusions>
169-
170169
</dependencies>
171170

172171
<build>

0 commit comments

Comments
 (0)