This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d7bcba  update velocity (#4)
1d7bcba is described below

commit 1d7bcba35bd4a90a9ddcebdaf16435c40a0b1b52
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jun 11 10:14:14 2020 -0400

    update velocity (#4)
    
    * remove velocity
---
 pom.xml                                            | 26 ----------------------
 .../maven/shared/it/ConfigurationReport.java       |  2 +-
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a9d33b..adf8c78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,32 +240,6 @@
       <scope>provided</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-velocity</artifactId>
-      <version>1.1.8</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-container-default</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.5</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.5</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>
diff --git 
a/src/it/reportConfig/src/main/java/org/apache/maven/shared/it/ConfigurationReport.java
 
b/src/it/reportConfig/src/main/java/org/apache/maven/shared/it/ConfigurationReport.java
index 6159e4e..04e2a7e 100644
--- 
a/src/it/reportConfig/src/main/java/org/apache/maven/shared/it/ConfigurationReport.java
+++ 
b/src/it/reportConfig/src/main/java/org/apache/maven/shared/it/ConfigurationReport.java
@@ -29,7 +29,7 @@ import org.apache.maven.reporting.MavenReportException;
 import java.util.Locale;
 
 /**
- * Report that displays effective parameter values: will be used to check how 
report values
+ * Report that displays effective parameter values: used to check how report 
values
  * are inherited/overridden from build.pluginManagement and not build.plugins.
  * 
  * @goal test

Reply via email to