Repository: cxf
Updated Branches:
  refs/heads/master 12e0f151d -> 38c08dde6


[CXF-7405] fixed velocity artifactId


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/38c08dde
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/38c08dde
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/38c08dde

Branch: refs/heads/master
Commit: 38c08dde6ed3d2d4096f5702a6a84324432c38be
Parents: 12e0f15
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Fri Aug 11 18:12:37 2017 +0200
Committer: Dennis Kieselhorst <d...@apache.org>
Committed: Fri Aug 11 18:13:04 2017 +0200

----------------------------------------------------------------------
 distribution/javadoc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/38c08dde/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 50f601c..b6bcf7f 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -334,7 +334,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.velocity</groupId>
-            <artifactId>velocity</artifactId>
+            <artifactId>velocity-engine-core</artifactId>
         </dependency>
         <dependency>
             <groupId>antlr</groupId>

Reply via email to