|
|
|
|
@ -15,9 +15,19 @@
@@ -15,9 +15,19 @@
|
|
|
|
|
<main.basedir>${basedir}/../../..</main.basedir> |
|
|
|
|
</properties> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.annotation</groupId> |
|
|
|
|
<artifactId>javax.annotation-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-core</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-annotations-api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
|