Skip to content

Commit 0acb0c6

Browse files
committed
add exclusions to weaver auth
1 parent bdd0f8d commit 0acb0c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,20 @@
6767
<groupId>edu.tamu.weaver</groupId>
6868
<artifactId>auth</artifactId>
6969
<version>${project.parent.version}</version>
70+
<exclusions>
71+
<exclusion>
72+
<groupId>org.apache.tomcat.embed</groupId>
73+
<artifactId>tomcat-embed-core</artifactId>
74+
</exclusion>
75+
<exclusion>
76+
<groupId>org.apache.tomcat.embed</groupId>
77+
<artifactId>tomcat-embed-el</artifactId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>org.apache.tomcat.embed</groupId>
81+
<artifactId>tomcat-embed-websocket</artifactId>
82+
</exclusion>
83+
</exclusions>
7084
</dependency>
7185

7286
<dependency>

0 commit comments

Comments
 (0)