Skip to content

Commit

Permalink
MARP-626 Fix for Dev Fail on Market-Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Aug 1, 2024
1 parent 738ca45 commit 730c0c3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion process-inspector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>11.2.6-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.2.0</project.build.plugin.version>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
23 changes: 21 additions & 2 deletions process-inspector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,27 @@
<version>11.2.6-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.2.0</project.build.plugin.version>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
<tester.version>11.3.0</tester.version>
</properties>
<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.axonivy.utils.process.inspector</groupId>
Expand All @@ -17,7 +36,7 @@
<dependency>
<groupId>com.axonivy.ivy.test</groupId>
<artifactId>unit-tester</artifactId>
<version>11.2.0</version>
<version>${tester.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ch.ivyteam.ivy.workflow.ICase;
import ch.ivyteam.ivy.workflow.ITask;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class FlowParallelInOrderCaseTest extends FlowExampleTest {
private static final BpmProcess FLOW_PARALLEL_IN_ORDER = BpmProcess.name("FlowParallelInOrder");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ch.ivyteam.ivy.workflow.ICase;
import ch.ivyteam.ivy.workflow.ITask;

@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class FlowSubProcessCaseTest extends FlowExampleTest {
private static final BpmProcess FLOW_SUB_PROCESS = BpmProcess.name("FlowSubprocess");

Expand Down
2 changes: 1 addition & 1 deletion process-inspector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>11.2.6-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>11.2.0</project.build.plugin.version>
<project.build.plugin.version>11.3.0</project.build.plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 730c0c3

Please sign in to comment.