flowee-bpms-engine-feel-scala
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.finture.bpm.dmn</groupId> <artifactId>flowee-bpms-engine-feel-scala</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.dmn</groupId> <artifactId>flowee-bpms-engine-dmn-root</artifactId> <version>0.7.1</version> </parent> <artifactId>flowee-bpms-engine-feel-scala</artifactId> <name>Flowee BPMS DMN - engine FEEL - SCALA</name> <properties> <flowee-bpms.artifact>com.finture.bpm.dmn.feel.impl.scala</flowee-bpms.artifact> </properties> <dependencies> <dependency> <groupId>com.finture.feel</groupId> <artifactId>feel-engine</artifactId> <classifier>scala-shaded</classifier> </dependency> <dependency> <groupId>com.finture.bpm.dmn</groupId> <artifactId>flowee-bpms-engine-feel-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>cleanVersions</goal> </goals> </execution> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>