ct.messaging.simpleEndpoint-impl.1.2.1.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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>simpleendpoint</artifactId>
<groupId>org.coosproject.messaging</groupId>
<version>1.2.1</version>
</parent>
<groupId>org.coosproject.messaging</groupId>
<artifactId>simpleEndpoint-impl</artifactId>
<name>A simple endpoint for test purposes</name>
<packaging>bundle</packaging>
<properties>
<bundle.symbolicName>org.coosproject.messaging.plugin.simple</bundle.symbolicName>
<bundle.namespace>org.coos.messaging.plugin.simple</bundle.namespace>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.coosproject</groupId>
<artifactId>util-j2se</artifactId>
</dependency>
<dependency>
<groupId>org.coosproject.messaging</groupId>
<artifactId>messaging-lib</artifactId>
</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