This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch ISIS-3002
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/ISIS-3002 by this push:
new 6de22be64d ISIS-3002: demo app dependencies
6de22be64d is described below
commit 6de22be64d937fb5990f9e1065dca67c1443d221
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Jul 12 23:25:44 2022 +0100
ISIS-3002: demo app dependencies
---
examples/demo/pom.xml | 8 ++++++++
.../commandlog/applib/integtest/CommandLogIntegTestAbstract.java | 2 --
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index 98fc9370d0..3adea23db4 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -178,6 +178,14 @@
</dependencies>
</dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
<profiles>
<profile>
<id>module-all</id>
diff --git
a/extensions/core/commandlog/applib/src/test/java/org/apache/isis/extensions/commandlog/applib/integtest/CommandLogIntegTestAbstract.java
b/extensions/core/commandlog/applib/src/test/java/org/apache/isis/extensions/commandlog/applib/integtest/CommandLogIntegTestAbstract.java
index 38b7082c77..9287dd3eed 100644
---
a/extensions/core/commandlog/applib/src/test/java/org/apache/isis/extensions/commandlog/applib/integtest/CommandLogIntegTestAbstract.java
+++
b/extensions/core/commandlog/applib/src/test/java/org/apache/isis/extensions/commandlog/applib/integtest/CommandLogIntegTestAbstract.java
@@ -48,8 +48,6 @@ import lombok.RequiredArgsConstructor;
public abstract class CommandLogIntegTestAbstract extends
IsisIntegrationTestAbstract {
-
-
@BeforeEach
void setUp() {
}