Discussion:
velocity 2 jar in maven repository
jmeter tea
2017-12-07 06:00:42 UTC
Permalink
Hello,

I was expecting to download velocity 2 jar from the link:
https://repo1.maven.org/maven2/org/apache/velocity/velocity/
But only until velocity 1.7 exists there.
Should version 2 be uploaded to this url or should it be found elsewhere?
Andreas Kuhtz
2017-12-07 08:00:27 UTC
Permalink
Hello,

Use this dependency:

<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.0</version>
</dependency>

Cheers,
Andreas
Post by jmeter tea
Hello,
https://repo1.maven.org/maven2/org/apache/velocity/velocity/
But only until velocity 1.7 exists there.
Should version 2 be uploaded to this url or should it be found elsewhere?
Loading...