flowee-bpms-bpm-spring-boot-starter-webapp-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.finture.bpm.springboot</groupId> <artifactId>flowee-bpms-bpm-spring-boot-starter-webapp-core</artifactId> <version>0.7.1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.finture.bpm.springboot.project</groupId> <artifactId>flowee-bpms-bpm-spring-boot-starter-root</artifactId> <version>0.7.1</version> </parent> <groupId>com.finture.bpm.springboot</groupId> <artifactId>flowee-bpms-bpm-spring-boot-starter-webapp-core</artifactId> <name>Flowee BPMS Platform - Spring Boot Starter - Webapps Core</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>flowee-bpms-bpm-spring-boot-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.finture.bpm.webapp</groupId> <artifactId>flowee-bpms-webapp-jakarta</artifactId> <type>jar</type> <classifier>classes</classifier> </dependency> <dependency> <groupId>com.finture.bpm.webapp</groupId> <artifactId>flowee-bpms-webapp-webjar</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <optional>true</optional> </dependency> <dependency> <artifactId>flowee-bpms-bpm-spring-boot-starter-test</artifactId> <groupId>${project.groupId}</groupId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> <version>${version.mockito}</version> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <!-- See CAM-11901 --> <useManifestOnlyJar>false</useManifestOnlyJar> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>