flowee-bpms-bpm-assert-root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-bpm-assert-root</artifactId> <version>0.7.2</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>flowee-bpms-bpm-assert-root</artifactId> <packaging>pom</packaging> <name>Flowee BPMS Platform - Assert - Root</name> <parent> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-database-settings</artifactId> <relativePath>../../database/pom.xml</relativePath> <version>0.7.2</version> </parent> <dependencyManagement> <dependencies> <!-- spring-framework-bom as first element in the list ensures to be chosen over spring-boot-dependencies to load spring-beans with Spring 5. Can be removed if flowee-bpms-engine supports Spring 6 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>${version.spring.framework}</version> <scope>import</scope> <type>pom</type> </dependency> <!-- spring-boot-dependencies as second element in the list ensures to be chosen over internal-dependencies for assertj --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${version.spring-boot}</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-core-internal-dependencies</artifactId> <version>${project.version}</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <profiles> <profile> <id>distro</id> <activation> <activeByDefault>true</activeByDefault> </activation> <modules> <module>core</module> <module>qa</module> </modules> </profile> <profile> <id>sonatype-oss-release</id> <modules> <module>core</module> </modules> </profile> </profiles> </project>