|
|
|
@ -17,7 +17,6 @@ |
|
|
|
|
<failOnDependencyWarning>true</failOnDependencyWarning> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<cxf.version>3.3.1</cxf.version> |
|
|
|
|
<tomcat.version>8.5.42</tomcat.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
@ -184,43 +183,6 @@ |
|
|
|
|
<artifactId>javax.jws-api</artifactId> |
|
|
|
|
<version>1.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- Remove once spring boot is updated --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-core</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-el</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
<artifactId>tomcat-embed-websocket</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-annotations-api</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-jdbc</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-juli</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|