plugins-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.zenwave360.sdk</groupId>
<artifactId>plugins-parent</artifactId>
<version>2.5.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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.zenwave360.sdk</groupId>
<artifactId>zenwave-sdk</artifactId>
<version>2.5.4</version>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<artifactId>plugins-parent</artifactId>
<packaging>pom</packaging>
<properties>
<zenwave-sdk.version>2.5.4</zenwave-sdk.version>
</properties>
<dependencies>
<dependency>
<groupId>io.zenwave360.sdk</groupId>
<artifactId>zenwave-sdk-cli</artifactId>
<version>${zenwave-sdk.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.zenwave360.sdk</groupId>
<artifactId>zenwave-sdk-test-resources</artifactId>
<version>${zenwave-sdk.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>java-to-jdl</module>
<module>java-to-asyncapi</module>
<module>zdl-to-openapi</module>
<module>jdl-to-asyncapi</module>
<module>zdl-to-asyncapi</module>
<module>zdl-to-markdown</module>
<module>asyncapi-jsonschema2pojo</module>
<module>avro-schema-compiler</module>
<module>asyncapi-spring-cloud-streams3</module>
<module>asyncapi-generator</module>
<module>asyncapi-ops</module>
<module>backend-application-default</module>
<module>openapi-controllers</module>
<module>openapi-spring-webtestclient</module>
<module>openapi-karate</module>
<module>event-catalog-generator</module>
<module>zenwave-mcp-server</module>
<module>customizations</module>
</modules>
</project>