flowee-bpms-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-bom</artifactId> <version>0.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-bom-root</artifactId> <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flowee-bpms-bom</artifactId> <packaging>pom</packaging> <name>Flowee BPMS - Bom</name> <url>http://flowee-bpms.org</url> <description>Flowee BPMS Platform bill of material</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <organization> <name>flowee-bpms services GmbH</name> <url>http://www.flowee-bpms.com</url> </organization> <dependencyManagement> <dependencies> <!-- external dependencies --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>${version.mybatis}</version> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>${version.joda-time}</version> </dependency> <dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> <version>${version.uuid-generator}</version> </dependency> <!-- Flowee BPMS Platform public artifacts --> <dependency> <groupId>com.finture.bpm</groupId> <artifactId>flowee-bpms-only-bom</artifactId> <version>${project.version}</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>