connectors-bundle-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camunda.connector</groupId> <artifactId>connectors-bundle-parent</artifactId> <version>8.8.0-alpha3.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>io.camunda.connector</groupId> <artifactId>connector-parent</artifactId> <version>8.8.0-alpha3.1</version> <relativePath>parent/pom.xml</relativePath> </parent> <artifactId>connectors-bundle-parent</artifactId> <packaging>pom</packaging> <name>connectors</name> <description>Root POM for Connectors</description> <inceptionYear>2022</inceptionYear> <modules> <module>parent</module> <module>connector-sdk</module> <module>element-template-generator/core</module> <module>element-template-generator/maven-plugin</module> <module>element-template-generator/http-dsl</module> <module>element-template-generator/openapi-parser</module> <module>element-template-generator/postman-collections-parser</module> <module>element-template-generator/congen-cli</module> <module>element-template-generator/uniquet</module> <module>secret-providers/gcp-secret-provider</module> <module>connector-runtime/connector-runtime-core</module> <module>connector-runtime/connector-runtime-spring</module> <module>connector-runtime/spring-boot-starter-camunda-connectors</module> <module>connector-runtime/connector-runtime-application</module> <module>connectors</module> <module>bundle</module> <module>connectors-e2e-test</module> </modules> </project>