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 ea50b00  ISIS-2836: remove artifact isis-mavendeps-archtests
ea50b00 is described below

commit ea50b004739780368ca853e8390e90fe16fe51f9
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 16 10:08:20 2021 +0200

    ISIS-2836: remove artifact isis-mavendeps-archtests
---
 core/pom.xml                |  6 -----
 mavendeps/archtests/pom.xml | 62 ---------------------------------------------
 mavendeps/pom.xml           |  8 ------
 3 files changed, 76 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index b795227..520f94f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -844,12 +844,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.isis.mavendeps</groupId>
-                               
<artifactId>isis-mavendeps-archtests</artifactId>
-                               <version>2.0.0-SNAPSHOT</version>
-                               <type>pom</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.isis.mavendeps</groupId>
                                
<artifactId>isis-mavendeps-integtests</artifactId>
                                <version>2.0.0-SNAPSHOT</version>
                                <type>pom</type>
diff --git a/mavendeps/archtests/pom.xml b/mavendeps/archtests/pom.xml
deleted file mode 100644
index 77e13ad..0000000
--- a/mavendeps/archtests/pom.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-       license agreements. See the NOTICE file distributed with this work for 
additional 
-       information regarding copyright ownership. The ASF licenses this file 
to 
-       you under the Apache License, Version 2.0 (the "License"); you may not 
use 
-       this file except in compliance with the License. You may obtain a copy 
of 
-       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
-       by applicable law or agreed to in writing, software distributed under 
the 
-       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
-       OF ANY KIND, either express or implied. See the License for the 
specific 
-       language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-               <groupId>org.apache.isis.mavendeps</groupId>
-               <artifactId>isis-mavendeps</artifactId>
-               <version>2.0.0-SNAPSHOT</version>
-       </parent>
-
-       <artifactId>isis-mavendeps-archtests</artifactId>
-
-       <packaging>pom</packaging>
-
-       <name>Apache Isis Maven Deps - Arch Testing</name>
-       <description>
-        Defines a module that can be used as a single dependency for 
architecture testing.
-    </description>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.isis.testing</groupId>
-                       
<artifactId>isis-testing-archtestsupport-applib</artifactId>
-                       <!--
-            excluded to make consistent with JDK11 where these have been 
removed.
-            -->
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.sun.xml.ws</groupId>
-                                       <artifactId>jaxws-ri</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>javax.xml.bind</groupId>
-                                       <artifactId>jaxb-api</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.sun.xml.bind</groupId>
-                                       <artifactId>jaxb-core</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.sun.xml.bind</groupId>
-                                       <artifactId>jaxb-impl</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
-       </dependencies>
-
-</project>
diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index 4ad7c37..9ad9494 100644
--- a/mavendeps/pom.xml
+++ b/mavendeps/pom.xml
@@ -94,12 +94,6 @@
 
                        <dependency>
                                <groupId>org.apache.isis.mavendeps</groupId>
-                               
<artifactId>isis-mavendeps-archtests</artifactId>
-                               <version>2.0.0-SNAPSHOT</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.isis.mavendeps</groupId>
                                
<artifactId>isis-mavendeps-integtests</artifactId>
                                <version>2.0.0-SNAPSHOT</version>
                        </dependency>
@@ -149,8 +143,6 @@
        </dependencyManagement>
 
        <modules>
-               <module>jdk11</module>
-               <module>archtests</module>
                <module>unittests</module>
                <module>integtests</module>
                <module>integspecs</module>

Reply via email to