Skip to content

Commit ff0bfb0

Browse files
authored
Update pom.xml
1 parent 752349c commit ff0bfb0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
<artifactId>servlet-api</artifactId>
2121
<version>2.5</version>
2222
</dependency>
23+
<build>
24+
<plugins>
25+
<plugin>
26+
<groupId>org.apache.maven.plugins</groupId>
27+
<artifactId>maven-compiler-plugin</artifactId>
28+
<version>3.8.1</version>
29+
<configuration>
30+
<source>11</source>
31+
<target>11</target>
32+
</configuration>
33+
</plugin>
34+
</plugins>
35+
</build>
2336
</dependencies>
2437
<distributionManagement>
2538
<repository>

0 commit comments

Comments
 (0)