serverless-workflow-github-showcase
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kie.kogito.examples</groupId> <artifactId>serverless-workflow-github-showcase</artifactId> <version>1.25.0.Final</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project 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" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.kie.kogito.examples</groupId> <artifactId>serverless-workflow-examples</artifactId> <version>1.25.0.Final</version> </parent> <artifactId>serverless-workflow-github-showcase</artifactId> <packaging>pom</packaging> <name>Kogito Example :: Serverless Workflow Github Showcase</name> <modules> <module>pr-checker-workflow</module> <module>github-service</module> <module>notification-service</module> </modules> <properties> <jandex-plugin.version>1.0.7</jandex-plugin.version> <surefire-plugin.version>2.22.1</surefire-plugin.version> <version.io.jjwt>0.11.2</version.io.jjwt> <version.kohsuke.github>1.116</version.kohsuke.github> <version.org.camel>1.0.1</version.org.camel> <version.com.github.tomakehurst.wiremock>2.27.2</version.com.github.tomakehurst.wiremock> </properties> </project>