You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/06/20 13:41:09 UTC

[isis] 01/01: ISIS-2758: experiment: comment out the javaee-api dependencies

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

danhaywood pushed a commit to branch ISIS-2758
in repository https://gitbox.apache.org/repos/asf/isis.git

commit b07fd8e539816588ce10c92a7124defb4ff63d8d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jun 20 14:40:43 2021 +0100

    ISIS-2758: experiment: comment out the javaee-api dependencies
---
 api/applib/pom.xml | 2 ++
 commons/pom.xml    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/api/applib/pom.xml b/api/applib/pom.xml
index c94f3dd..0759d54 100644
--- a/api/applib/pom.xml
+++ b/api/applib/pom.xml
@@ -81,10 +81,12 @@
             <artifactId>isis-schema</artifactId>
         </dependency>
 
+<!--
         <dependency>
             <groupId>javax</groupId>
             <artifactId>javaee-api</artifactId>
         </dependency>
+-->
 
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
diff --git a/commons/pom.xml b/commons/pom.xml
index acb7eef..ab3179d 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -73,10 +73,12 @@
 	<dependencies>
 
 		<!-- JEE API -->
+<!--
 		<dependency>
 			<groupId>javax</groupId>
 			<artifactId>javaee-api</artifactId>
 		</dependency>
+-->
 
 		<dependency>
 			<groupId>com.google.code.findbugs</groupId>