Skip to content

Commit

Permalink
Updated POM to latest version on 8.5.x branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeary committed Jan 25, 2018
1 parent d30dc94 commit 59474df
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,28 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.16</version>
<version>8.5.27</version>
</dependency>
<!-- The Apache Tomcat Download for Embedded uses 4.6.3, but it is not on Maven Central at this time. -->
<!-- After further examination of the 4.6.3 jar included in the Apache download, it was determined that the actual JDT was 3.12.3.v20170228-1205 -->
<!--
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
<version>4.6.3</version>
</dependency>
-->

<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>4.6.1</version>
<version>3.12.3</version>
</dependency>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-dbcp</artifactId>
<version>8.5.21</version>
<version>8.5.27</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
Expand All @@ -45,12 +48,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>8.5.21</version>
<version>8.5.27</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>8.5.21</version>
<version>8.5.27</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
Expand All @@ -61,7 +64,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>8.5.21</version>
<version>8.5.27</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>8.5.27</version>
</dependency>
</dependencies>
<name>Embedded Apache Tomcat 8.5.x</name>
Expand Down

0 comments on commit 59474df

Please sign in to comment.