This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-3.4.0-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit dd2978f3a4ddb623b519df959ba8107f3cb884e0 Author: Dan Haywood <[email protected]> AuthorDate: Tue Jul 1 08:54:07 2025 +0100 removes declaration of other artifacts that don't exist --- bom/pom.xml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index e80398d1a4c..57438253510 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -72,7 +72,7 @@ identified <causeway.skipTests>false</causeway.skipTests> <maven.test.skip>${causeway.skipTests}</maven.test.skip> - <project.build.outputTimestamp>2025-07-01T07:50:52Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-01T07:53:06Z</project.build.outputTimestamp> <delombok.output>${project.build.directory}/delombok</delombok.output> @@ -1551,37 +1551,6 @@ identified </dependency> - <!-- org.apache.causeway.incubator.viewer --> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql</artifactId> - <version>3.4.0-SNAPSHOT</version> - <type>pom</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-applib</artifactId> - <version>3.4.0-SNAPSHOT</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-model</artifactId> - <version>3.4.0-SNAPSHOT</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.causeway.incubator.viewer</groupId> - <artifactId>causeway-viewer-graphql-viewer</artifactId> - <version>3.4.0-SNAPSHOT</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - - <!-- other dependencies --> <dependency>
