Re: velocity 2 jar in maven repository
Andreas Kuhtz <[email protected]> Thu, 7 Dec 2017 09:00:27 +0100
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <CABVtd8qz56RFLrQFW=aUSdmj9vj7R29SH4E+E5ytWwWTB-WDYw@mail.gmail.com> |
Hello,
Use this dependency:
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.0</version>
</dependency>
Cheers,
Andreas
2017-12-07 7:00 GMT+01:00 jmeter tea <[email protected]>:
> 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?
>