You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/19 14:37:39 UTC

[isis] branch master updated: ISIS-1949: unittesetsupport: add dependency on objenesis

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new edce32b  ISIS-1949: unittesetsupport: add dependency on objenesis
edce32b is described below

commit edce32ba3abf657fc09ba39c795f596231b46849
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat May 19 16:37:34 2018 +0200

    ISIS-1949: unittesetsupport: add dependency on objenesis
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1949
---
 core/unittestsupport/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml
index a8d62d6..f32abf5 100644
--- a/core/unittestsupport/pom.xml
+++ b/core/unittestsupport/pom.xml
@@ -54,6 +54,12 @@
 			<artifactId>jmock-junit4</artifactId>
 		</dependency>
 
+        <dependency>
+            <groupId>org.objenesis</groupId>
+            <artifactId>objenesis</artifactId>
+            <optional>true</optional>
+        </dependency>
+
 		<!-- JDO API (non transient, provided by plugin) -->
 		<dependency>
 			<groupId>javax.jdo</groupId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.