From 2a60fddf16855980f2f58335a279731ed87ac83f Mon Sep 17 00:00:00 2001 From: Pham Hoang Hung <84316773+phhung-axonivy@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:08:54 +0700 Subject: [PATCH] MARP-626 Fix for Dev Fail on Market-Monitor (#36) --- .github/workflows/ci.yml | 2 +- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- db-demos-test/pom.xml | 26 +++++++++++++++++-- .../db/demo/test/CRUDuserPropertiesTest.java | 2 +- db-demos-webtest/pom.xml | 26 +++++++++++++++++-- db-demos/pom.xml | 5 +++- 7 files changed, 56 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c680d..93dc08b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,4 +8,4 @@ on: jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a27a639..c2fee37 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,4 +8,4 @@ on: jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 128a183..ab5b0d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,4 +4,4 @@ on: workflow_dispatch jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/release.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/release.yml@v4 diff --git a/db-demos-test/pom.xml b/db-demos-test/pom.xml index 6098094..04c628b 100644 --- a/db-demos-test/pom.xml +++ b/db-demos-test/pom.xml @@ -5,6 +5,28 @@ db-demos-test 11.3.1-SNAPSHOT iar + + 11.3.0 + 11.3.0 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.demo @@ -15,7 +37,7 @@ com.axonivy.ivy.test unit-tester - 11.3.0 + ${tester.version} test @@ -37,7 +59,7 @@ com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true diff --git a/db-demos-test/src_test/db/demo/test/CRUDuserPropertiesTest.java b/db-demos-test/src_test/db/demo/test/CRUDuserPropertiesTest.java index 9c2ec40..5b485e3 100644 --- a/db-demos-test/src_test/db/demo/test/CRUDuserPropertiesTest.java +++ b/db-demos-test/src_test/db/demo/test/CRUDuserPropertiesTest.java @@ -9,7 +9,7 @@ import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; import db.demos.Player; -@IvyProcessTest +@IvyProcessTest(enableWebServer = true) public class CRUDuserPropertiesTest { private static final BpmProcess testee = BpmProcess.path("CRUDuserProperties"); diff --git a/db-demos-webtest/pom.xml b/db-demos-webtest/pom.xml index 948b1de..4993acc 100644 --- a/db-demos-webtest/pom.xml +++ b/db-demos-webtest/pom.xml @@ -5,6 +5,28 @@ db-demos-webtest 11.3.1-SNAPSHOT iar-integration-test + + 11.3.0 + 11.3.0 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.demo @@ -15,7 +37,7 @@ com.axonivy.ivy.webtest web-tester - 11.3.0 + ${tester.version} test @@ -25,7 +47,7 @@ com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true diff --git a/db-demos/pom.xml b/db-demos/pom.xml index e0c82f8..19825c0 100644 --- a/db-demos/pom.xml +++ b/db-demos/pom.xml @@ -5,6 +5,9 @@ db-demos 11.3.1-SNAPSHOT iar + + 11.3.0 + @@ -19,7 +22,7 @@ com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true