Skip to content

Commit b63f3d6

Browse files
authored
Merge pull request #75 from coderPaddyS/Adriano/finish
Add maven war dependency
2 parents 5b860e0 + 32de81b commit b63f3d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backend/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
<artifactId>jasypt-maven-plugin</artifactId>
161161
<version>3.0.4</version>
162162
</plugin>
163+
<plugin>
164+
<groupId>org.apache.maven.plugins</groupId>
165+
<artifactId>maven-war-plugin</artifactId>
166+
<version>3.3.2</version>
167+
</plugin>
163168
</plugins>
164169
</build>
165170

0 commit comments

Comments
 (0)