Skip to content

Commit e93e568

Browse files
authored
Merge pull request arquillian#367 from WolfgangHG/dependabot_serverupdate2
Testsuite: fix dummy server dependencies to use type 'zip'
2 parents c30691f + 3b5054f commit e93e568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/ftest-base/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,18 +364,21 @@
364364
<groupId>org.glassfish.main.distributions</groupId>
365365
<artifactId>glassfish</artifactId>
366366
<version>${version.glassfish}</version>
367+
<type>zip</type>
367368
<scope>provided</scope>
368369
</dependency>
369370
<dependency>
370371
<groupId>org.wildfly</groupId>
371372
<artifactId>wildfly-dist</artifactId>
372373
<version>${version.wildfly}</version>
374+
<type>zip</type>
373375
<scope>provided</scope>
374376
</dependency>
375377
<dependency>
376378
<groupId>org.apache.tomee</groupId>
377379
<artifactId>apache-tomee</artifactId>
378380
<version>${version.tomee}</version>
381+
<type>zip</type>
379382
<scope>provided</scope>
380383
</dependency>
381384
</dependencies>

0 commit comments

Comments
 (0)