Skip to content

Commit

Permalink
for #474 fixed velocity dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Mar 17, 2021
1 parent ef2daab commit 1bd9ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions unison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<woodstox.version>6.2.4</woodstox.version>
<spring.version>5.3.5</spring.version>
<activation.version>1.2.0</activation.version>
<velocity.version>2.3</velocity.version>
</properties>

<repositories>
Expand Down
5 changes: 5 additions & 0 deletions unison/unison-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@
<version>${activation.version}</version>

</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 1bd9ebb

Please sign in to comment.