We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf8305 + fcada1b commit 91fa2efCopy full SHA for 91fa2ef
ols-geocoder-web/pom.xml
@@ -13,6 +13,21 @@
13
<artifactId>ols-geocoder-web</artifactId>
14
<packaging>jar</packaging>
15
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
24
+ <groupId>org.springframework.boot</groupId>
25
+ <artifactId>spring-boot-maven-plugin</artifactId>
26
+ <version>${springboot.version}</version>
27
28
+ </plugins>
29
+ </build>
30
+
31
<dependencies>
32
<dependency>
33
<groupId>jakarta.servlet</groupId>
0 commit comments