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 7e0be67cbd ISIS-3002: fixes demo app dependencies (2)
7e0be67cbd is described below
commit 7e0be67cbda60692f7bf56c37f0e918752e19bce
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Jul 12 16:42:41 2022 +0100
ISIS-3002: fixes demo app dependencies (2)
---
build.sh | 10 ++++++++--
examples/demo/domain/pom.xml | 5 +++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/build.sh b/build.sh
index d6eb300e70..035ec6c1e8 100644
--- a/build.sh
+++ b/build.sh
@@ -1,9 +1,16 @@
#!/usr/bin/env bash
+
+#
+# example usage:
+#
+# sh build.sh -ptOv -- -Dmodule-all-except-incubator
+#
+
#
# prereq for '-t' flag
#
-# git clone https://gitlab.com/ecpnv.devops/infrastructure/maven-timeline.git
+# git clone https://github.com/danhaywood/maven-timeline.git
# mvn clean install
#
#
@@ -75,7 +82,6 @@ echo ""
if [ "$VERBOSE" = "true" ]; then
echo "-p GIT_PULL : $GIT_PULL"
echo "-c CLEAN : $CLEAN"
- echo "-s SETTINGS : $SETTINGS"
echo "-t TIMELINE : $TIMELINE"
echo "-l SINGLE_THREADED : $SINGLE_THREADED"
echo "-k PACKAGE_ONLY : $PACKAGE_ONLY"
diff --git a/examples/demo/domain/pom.xml b/examples/demo/domain/pom.xml
index 2e139bc988..0ad90fbb64 100644
--- a/examples/demo/domain/pom.xml
+++ b/examples/demo/domain/pom.xml
@@ -81,6 +81,11 @@
<artifactId>isis-testing-h2console-ui</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.isis.valuetypes</groupId>
+ <artifactId>isis-valuetypes-sse-applib</artifactId>
+ </dependency>
+
<!-- JDO specific -->
<dependency>