Skip to content

Commit 128d5f6

Browse files
committed
Fixed optional deps
1 parent f54aae3 commit 128d5f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<dependency>
126126
<groupId>wsdl4j</groupId>
127127
<artifactId>wsdl4j</artifactId>
128+
<optional>true</optional>
128129
</dependency>
129130
<!-- Java EE dependencies -->
130131
<dependency>

support/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<dependency>
9393
<groupId>jivesoftware</groupId>
9494
<artifactId>smack</artifactId>
95+
<optional>true</optional>
9596
</dependency>
9697
<!-- Other dependencies -->
9798
<dependency>

0 commit comments

Comments
 (0)