We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd0f8d commit 0acb0c6Copy full SHA for 0acb0c6
pom.xml
@@ -67,6 +67,20 @@
67
<groupId>edu.tamu.weaver</groupId>
68
<artifactId>auth</artifactId>
69
<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
76
77
+ <artifactId>tomcat-embed-el</artifactId>
78
79
80
81
+ <artifactId>tomcat-embed-websocket</artifactId>
82
83
+ </exclusions>
84
</dependency>
85
86
<dependency>
0 commit comments