Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary dependencies in the site example #1

Open
abelsromero opened this issue May 20, 2019 · 0 comments
Open

Unnecessary dependencies in the site example #1

abelsromero opened this issue May 20, 2019 · 0 comments

Comments

@abelsromero
Copy link

While playing with the examples (btw, really cool one), I spotted the following dependencies which I think are not required when using maven-fluido-skin

<dependency>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Reflow skin requires Velocity >= 1.7 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
.

Also, there's a 1.7 version availble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant