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 ab2d534 ISIS-2836: remove artifact isis-mavendeps-jdk11
ab2d534 is described below
commit ab2d5344db7fa561fc4e7844248df8b8a580f0e4
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 16 09:52:17 2021 +0200
ISIS-2836: remove artifact isis-mavendeps-jdk11
---
mavendeps/jdk11/pom.xml | 52 -------------------------------------------------
mavendeps/pom.xml | 6 ------
2 files changed, 58 deletions(-)
diff --git a/mavendeps/jdk11/pom.xml b/mavendeps/jdk11/pom.xml
deleted file mode 100644
index f664e05..0000000
--- a/mavendeps/jdk11/pom.xml
+++ /dev/null
@@ -1,52 +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-jdk11</artifactId>
-
- <packaging>pom</packaging>
-
- <name>Apache Isis Maven Deps - JDK11</name>
- <description>
- Defines a module to bring in dependencies that were part of JDK 8 but
- had been removed with JDK 11+. These dependencies are activated when
the
- consuming project is built with JDK 11 or higher.
- </description>
-
- <profiles>
- <profile>
- <id>jdk11-supplemental</id>
- <activation>
- <jdk>[11,)</jdk>
- </activation>
- <!-- These dependencies are required in order to build
on JDK11+ -->
- <dependencies>
- <dependency>
- <groupId>org.apache.isis.core</groupId>
-
<artifactId>isis-jdk-supplemental</artifactId>
- <type>pom</type>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
-</project>
diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index f316689..4ad7c37 100644
--- a/mavendeps/pom.xml
+++ b/mavendeps/pom.xml
@@ -129,12 +129,6 @@
</dependency>
<dependency>
- <groupId>org.apache.isis.mavendeps</groupId>
- <artifactId>isis-mavendeps-jdk11</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>