Skip to content

Commit ceefa5a

Browse files
committed
Bump of maven-war-plugin to latest version for compatibility with java17+
1 parent 921a48c commit ceefa5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gocwebtemplate-core/gocwebtemplate-core-spring/src/test/java/goc/webtemplate/component/spring/DefaultTemplateCoreBeanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
55

6-
@SpringBootTest
6+
@SpringBootTest(classes = WebConfigSpring.class)
77
class DefaultTemplateCoreBeanTest {
88

99
//TODO: Complete this test case

gocwebtemplate-sample-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-war-plugin</artifactId>
39-
<version>2.6</version>
39+
<version>3.4.0</version>
4040
<configuration>
4141
<failOnMissingWebXml>true</failOnMissingWebXml>
4242
<!-- Add a few custom attributes to the manifest -->

0 commit comments

Comments
 (0)