Skip to content

Commit 1f85d2f

Browse files
committed
feat (dependency): exclude missing appserv-ext transitive dependency
1 parent 8f0fa80 commit 1f85d2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6365,6 +6365,12 @@
63656365
<groupId>net.open-esb.core</groupId>
63666366
<artifactId>jbi_rt</artifactId>
63676367
<version>2.4.3</version>
6368+
<exclusions>
6369+
<exclusion>
6370+
<groupId>glassfish</groupId>
6371+
<artifactId>appserv-ext</artifactId>
6372+
</exclusion>
6373+
</exclusions>
63686374
</dependency>
63696375
<dependency>
63706376
<groupId>velocity-tools</groupId>

0 commit comments

Comments
 (0)