Adding <extraArtifacts> for jetty-ee9-maven-plugin integration tests

+ jetty-slf4j-impl needed by IT specific maven repo
This commit is contained in:
Joakim Erdfelt 2023-08-31 15:08:18 -05:00
parent 1d226403da
commit ef51c4277e
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@
<setupIncludes>
<setupInclude>it-parent-pom/pom.xml</setupInclude>
</setupIncludes>
<extraArtifacts>
<extraArtifact>org.eclipse.jetty:jetty-slf4j-impl:${project.version}</extraArtifact>
</extraArtifacts>
<pomExcludes>
<!-- enable again when springboot is migrated to jakarta -->
<pomExclude>javax-annotation-api/pom.xml</pomExclude>