Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Liva <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and thisthat authored May 2, 2023
1 parent 42b7e0c commit 2266fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<!-- exclusion expression for integration tests -->
<!-- exclusion expression for e2e tests -->
<testExclusions>**/e2e/*.java</testExclusions>
<module-name>${groupId}.${artifactId}</module-name>
</properties>
Expand Down

0 comments on commit 2266fdb

Please sign in to comment.