Skip to content

Commit

Permalink
updated Velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 11, 2024
1 parent de6742b commit e2c5830
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>

<!-- SPRING BOOT -->
Expand Down Expand Up @@ -174,6 +174,8 @@
</dependencies>

<build>
<finalName>scoold-${project.version}</finalName>

<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -240,7 +242,6 @@
</goals>
<configuration>
<executable>true</executable>
<finalName>scoold-${project.version}</finalName>
<mainClass>com.erudika.scoold.ScooldServer</mainClass>
<excludeDevtools>true</excludeDevtools>
</configuration>
Expand Down

0 comments on commit e2c5830

Please sign in to comment.