Skip to content

Commit

Permalink
flowable#3835 module change flowable-assertions -> flowable-assertj
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-grofcik committed Feb 20, 2024
1 parent ee24b3c commit c4bbe51
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 29 deletions.
25 changes: 0 additions & 25 deletions modules/flowable-assertions/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-assertions</artifactId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>7.1.0-SNAPSHOT</version>
</parent>

<artifactId>flowable-process-assertions</artifactId>
<artifactId>flowable-assertj</artifactId>

<dependencies>
<dependency>
Expand All @@ -20,6 +21,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
<module>modules/flowable-spring-security</module>
<module>modules/flowable-http-common</module>
<module>modules/flowable-mail</module>
<module>modules/flowable-assertions</module>
<module>modules/flowable-assertj</module>
</modules>

<build>
Expand Down Expand Up @@ -1024,7 +1024,7 @@
<module>modules/flowable-ldap</module>
<module>modules/flowable-ldap-configurator</module>
<module>modules/flowable-jmx</module>
<module>modules/flowable-assertions</module>
<module>modules/flowable-assertj</module>
<module>tooling/archetypes/flowable-archetype-unittest</module>
</modules>
<build>
Expand Down

0 comments on commit c4bbe51

Please sign in to comment.