This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3892 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 8041eba5ea26f50ebf9ee553291b09bccf8df5fa Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 2 06:51:52 2025 +0100 CAUSEWAY-3892: removes old and invalid dependencyMgmt definitions for graphql as an incubator viewer --- bom/pom.xml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 329e7e4b1ea..b21a85ce985 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -182,8 +182,7 @@ identified [1] https://github.com/twbs/bootstrap/blob/master/LICENSE [2] https://github.com/mouse0270/bootstrap-growl/blob/master/LICENSE [3] https://github.com/l0rdn1kk0n/wicket-bootstrap - [4] - https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE + [4] https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE [5] https://github.com/moment/moment/blob/develop/LICENSE</license.additional-notes> </properties> <dependencyManagement> @@ -1357,37 +1356,6 @@ identified </dependency> - <!-- org.apache.causeway.incubator.viewer --> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql</artifactId> - <version>${project.version}</version> - <type>pom</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-applib</artifactId> - <version>${project.version}</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-model</artifactId> - <version>${project.version}</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-viewer</artifactId> - <version>${project.version}</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - - <!-- other dependencies --> <dependency>
