View services/pom.xml @ 30:e8d95600d0a2
Fixed topic config
author | unexist |
---|---|
date | Wed, 18 Aug 2021 08:36:10 +0200 |
parents | c98833c3f4c4 |
children | a676cd254521 |
line wrap: on
line source
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <artifactId>showcase-eventbus-quarkus</artifactId> <version>0.1</version> <packaging>pom</packaging> <parent> <groupId>dev.unexist.showcase</groupId> <artifactId>quarkus-parent</artifactId> <version>0.1</version> </parent> <modules> <module>todo-service</module> <module>todo-service-connector</module> <module>todo-service-extension</module> </modules> </project>