This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 0995b922485dc3ae1c7c76f4e54fa9462413c98a Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Dec 24 01:30:41 2020 +0100 Deps update --- pom.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 47ee6b7..9ec5be1 100644 --- a/pom.xml +++ b/pom.xml @@ -330,6 +330,33 @@ under the License. <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <version>2.0</version> + <exclusions> + <!-- exclude VelocityView and VelocityStruts specific dependencies --> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-taglib</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-tiles</artifactId> + </exclusion> + <exclusion> + <groupId>sslext</groupId> + <artifactId>sslext</artifactId> + </exclusion> + <exclusion> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + </exclusion> + </exclusions> </dependency> <!-- trac dependencies --> @@ -348,12 +375,12 @@ under the License. <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.2.3</version> + <version>4.4.11</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.2.3</version> + <version>4.5.8</version> </dependency> <!-- for rss feed generation -->