Skip to content

Commit

Permalink
Merge pull request #42 from wet-boew/minor-maven-update
Browse files Browse the repository at this point in the history
Bump of maven-war-plugin to latest version for compatibility with java17+
  • Loading branch information
ahmad-shahid authored Jan 18, 2024
2 parents 921a48c + ceefa5a commit 1bfa391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
@SpringBootTest(classes = WebConfigSpring.class)
class DefaultTemplateCoreBeanTest {

//TODO: Complete this test case
Expand Down
2 changes: 1 addition & 1 deletion gocwebtemplate-sample-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.4.0</version>
<configuration>
<failOnMissingWebXml>true</failOnMissingWebXml>
<!-- Add a few custom attributes to the manifest -->
Expand Down

0 comments on commit 1bfa391

Please sign in to comment.