We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c30691f + 3b5054f commit e93e568Copy full SHA for e93e568
build/ftest-base/pom.xml
@@ -364,18 +364,21 @@
364
<groupId>org.glassfish.main.distributions</groupId>
365
<artifactId>glassfish</artifactId>
366
<version>${version.glassfish}</version>
367
+ <type>zip</type>
368
<scope>provided</scope>
369
</dependency>
370
<dependency>
371
<groupId>org.wildfly</groupId>
372
<artifactId>wildfly-dist</artifactId>
373
<version>${version.wildfly}</version>
374
375
376
377
378
<groupId>org.apache.tomee</groupId>
379
<artifactId>apache-tomee</artifactId>
380
<version>${version.tomee}</version>
381
382
383
384
</dependencies>
0 commit comments