kogito-addons-quarkus-serverless-workflow-python
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-addons-quarkus-serverless-workflow-python</artifactId> <version>1.44.0.Final</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> <parent> <groupId>org.kie.kogito</groupId> <artifactId>kogito-addons-quarkus-serverless-workflow-python-parent</artifactId> <version>1.44.0.Final</version> </parent> <name>Kogito:: Addons :: Quarkus:: Serverless Workflow:: Python:: Runtime</name> <description>Python support for serverless workflow</description> <artifactId>kogito-addons-quarkus-serverless-workflow-python</artifactId> <dependencies> <dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-serverless-workflow-python-runtime</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-extension-maven-plugin</artifactId> <version>${version.io.quarkus}</version> <executions> <execution> <phase>compile</phase> <goals> <goal>extension-descriptor</goal> </goals> <configuration> <deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}</deployment> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>