Skip to content

Commit

Permalink
Updated velocity dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Sep 13, 2019
1 parent b2a848c commit 049514f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.6.4</version>
<version>${sakai.velocity.version}</version>
</dependency>
<dependency>
<groupId>velocity-tools</groupId>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.sakaiproject.velocity</groupId>
<artifactId>sakai-velocity-util</artifactId>
<version>${project.version}</version>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
<version>${sakai.commons.fileupload.version}</version>
</dependency>
<!-- JWT -->
<dependency>
Expand Down

0 comments on commit 049514f

Please sign in to comment.