Skip to content

Commit c720e4e

Browse files
committed
Project Uploaded
1 parent e78732a commit c720e4e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.maven.plugins</groupId>
2424
<artifactId>maven-compiler-plugin</artifactId>
25-
<version>3.13.0</version>
25+
<version>3.8.1</version>
2626
<configuration>
2727
<source>${java.version}</source>
2828
<target>${java.version}</target>
@@ -42,12 +42,6 @@
4242
</executions>
4343
</plugin>
4444
</plugins>
45-
<resources>
46-
<resource>
47-
<directory>src/main/resources</directory>
48-
<filtering>true</filtering>
49-
</resource>
50-
</resources>
5145
</build>
5246

5347
<repositories>

0 commit comments

Comments
 (0)