
ct.messaging.messaging-impl.1.2.2.source-code.pom.xml Maven / Gradle / Ivy
<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/maven-v4_0_0.xsd"> <parent> <artifactId>messaging-parent</artifactId> <groupId>org.coosproject.messaging</groupId> <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.coosproject.messaging</groupId> <artifactId>messaging-impl</artifactId> <name>COOS Messaging implementation</name> <properties> <bundle.symbolicName>org.coosproject.messaging.impl</bundle.symbolicName> <bundle.namespace>org.coos.messaging.impl</bundle.namespace> </properties> <packaging>bundle</packaging> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy