This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M7-RC1 in repository https://gitbox.apache.org/repos/asf/isis.git
commit fd2c28b4af75d0a85c2889a7a27b73c37ae6d0b8 Author: Dan Haywood <[email protected]> AuthorDate: Fri Feb 11 21:49:35 2022 +0000 ISIS-2859: removes spurious license from supplemental-models.xml --- .../src/main/resources/supplemental-models.xml | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/supplemental-model/src/main/resources/supplemental-models.xml b/supplemental-model/src/main/resources/supplemental-models.xml index c81db42..d859eac 100644 --- a/supplemental-model/src/main/resources/supplemental-models.xml +++ b/supplemental-model/src/main/resources/supplemental-models.xml @@ -29,44 +29,6 @@ <supplement> <project> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.2</version> - <name>Java Servlet API (JTA)</name> - <organization> - <name>Oracle Corp</name> - <url>http://www.oracle.com/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 1.1</name> - <url>http://www.apache.org/licenses/LICENSE-1.1.txt</url> - </license> - </licenses> - </project> - </supplement> - - <supplement> - <project> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.2</version> - <name>Java Servlet API (JTA)</name> - <organization> - <name>Oracle Corp</name> - <url>http://www.oracle.com/</url> - </organization> - <licenses> - <license> - <name>The Apache Software License, Version 1.1</name> - <url>http://www.apache.org/licenses/LICENSE-1.1.txt</url> - </license> - </licenses> - </project> - </supplement> - - <supplement> - <project> <groupId>com.github.rototor</groupId> <artifactId>cglib</artifactId> <version>4516ac7b61</version>
