Skip to content

Commit 91fa2ef

Browse files
authored
Merge pull request #378 from bcgov/4.4.0.1-DEV
Update pom.xml
2 parents ebf8305 + fcada1b commit 91fa2ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ols-geocoder-web/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
<artifactId>ols-geocoder-web</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<build>
17+
<plugins>
18+
<plugin>
19+
<groupId>org.apache.maven.plugins</groupId>
20+
<artifactId>maven-war-plugin</artifactId>
21+
<version>3.3.2</version>
22+
</plugin>
23+
<plugin>
24+
<groupId>org.springframework.boot</groupId>
25+
<artifactId>spring-boot-maven-plugin</artifactId>
26+
<version>${springboot.version}</version>
27+
</plugin>
28+
</plugins>
29+
</build>
30+
1631
<dependencies>
1732
<dependency>
1833
<groupId>jakarta.servlet</groupId>

0 commit comments

Comments
 (0)