Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit 0c5a499

Browse files
committed
Added TomEE maven dependency to cache the ZIP between TCK runs
1 parent f2512aa commit 0c5a499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tck/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@
219219
<artifactId>arquillian-tomee-remote</artifactId>
220220
<version>${tomee.version}</version>
221221
</dependency>
222+
<dependency>
223+
<groupId>org.apache.tomee</groupId>
224+
<artifactId>apache-tomee</artifactId>
225+
<version>${tomee.version}</version>
226+
<classifier>${tomee.classifier}</classifier>
227+
<type>zip</type>
228+
</dependency>
222229
</dependencies>
223230
</profile>
224231

0 commit comments

Comments
 (0)