You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2020/10/20 07:27:17 UTC

[openwebbeans-meecrowave] branch master updated: fixing core tests on java 11

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 381dee5  fixing core tests on java 11
381dee5 is described below

commit 381dee50f71c9164ddb85949f0d72862ac962610
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Tue Oct 20 09:27:12 2020 +0200

    fixing core tests on java 11
---
 meecrowave-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index a05649a..141388f 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -274,6 +274,12 @@
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency> <!-- for multiparttest on java > 8 -->
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_1.1_spec</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>