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 e70febc ISIS-2836: remove artifact isis-mavendeps-integspecs
e70febc is described below
commit e70febc76019b5fb54d4905b423f7f4832b1f021
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 16 11:21:46 2021 +0200
ISIS-2836: remove artifact isis-mavendeps-integspecs
---
core/pom.xml | 6 -----
mavendeps/integspecs/pom.xml | 53 --------------------------------------------
mavendeps/pom.xml | 7 ------
3 files changed, 66 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 4b91ff5..cc48e6c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -850,12 +850,6 @@
</dependency>
<dependency>
<groupId>org.apache.isis.mavendeps</groupId>
-
<artifactId>isis-mavendeps-integspecs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>org.apache.isis.mavendeps</groupId>
<artifactId>isis-mavendeps-webapp</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
diff --git a/mavendeps/integspecs/pom.xml b/mavendeps/integspecs/pom.xml
deleted file mode 100644
index eb34cf0..0000000
--- a/mavendeps/integspecs/pom.xml
+++ /dev/null
@@ -1,53 +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-integspecs</artifactId>
-
- <packaging>pom</packaging>
-
- <name>Apache Isis Maven Deps - BDD Integ Spec</name>
- <description>
- Defines a module that can be used as a single dependency for BDD
(Cucumber) specs as integration tests.
- </description>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.isis.testing</groupId>
- <artifactId>isis-testing-specsupport-applib</artifactId>
- </dependency>
-
- <!-- convenience -->
- <dependency>
- <groupId>org.apache.isis.testing</groupId>
- <artifactId>isis-testing-fakedata-applib</artifactId>
- </dependency>
-
- <!-- convenience -->
- <dependency>
- <groupId>org.apache.isis.testing</groupId>
- <artifactId>isis-testing-fixtures-applib</artifactId>
- </dependency>
-
- </dependencies>
-
-</project>
diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index 85d9f76..eafd608 100644
--- a/mavendeps/pom.xml
+++ b/mavendeps/pom.xml
@@ -100,12 +100,6 @@
<dependency>
<groupId>org.apache.isis.mavendeps</groupId>
-
<artifactId>isis-mavendeps-integspecs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.isis.mavendeps</groupId>
<artifactId>isis-mavendeps-webapp</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
@@ -133,7 +127,6 @@
<modules>
<module>unittests</module>
<module>integtests</module>
- <module>integspecs</module>
<module>webapp</module>
</modules>