Fix misconfigured Maven test

See gh-37669
This commit is contained in:
Phillip Webb 2023-10-18 22:58:45 -07:00
parent a8ad8ca9f7
commit b8365e3118

View File

@ -21,6 +21,9 @@
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<loaderImplementation>CLASSIC</loaderImplementation>
</configuration>
</execution>
</executions>
</plugin>
@ -37,7 +40,6 @@
<Not-Used>Foo</Not-Used>
</manifestEntries>
</archive>
<loaderImplementation>CLASSIC</loaderImplementation>
</configuration>
</plugin>
</plugins>