Skip to content

Commit

Permalink
ver 4.0.1 : dependencies removed (oro, logkit)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-gu committed Sep 19, 2022
1 parent af444b4 commit 104bad0
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<name>telosys-tools-generator-engine-velocity17</name>
<artifactId>telosys-tools-generator-engine-velocity17</artifactId>
<version>3.3.0</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -24,17 +24,30 @@
<artifactId>telosys-tools-commons</artifactId>
</dependency>

<!-- VELOCITY DEPENDENCIES -->
<!--
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
-->
<!-- VELOCITY -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>

<!-- Jakarta ORO - optional.
Needed when using the org.apache.velocity.convert.WebMacro template conversion utility. -->
<!--
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
-->

<!--
<dependency>
<groupId>logkit</groupId>
<artifactId>logkit</artifactId>
Expand All @@ -46,7 +59,8 @@
<version>1.2.12</version>
<scope>provided</scope>
</dependency>

-->

</dependencies>

</project>

0 comments on commit 104bad0

Please sign in to comment.