All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ct.messaging.actorframe-container.1.3.1.source-code.pom.xml Maven / Gradle / Ivy

The newest version!
<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>
		<groupId>org.coosproject.messaging</groupId>
		<artifactId>container-parent</artifactId>
		<version>1.3.1</version>
	</parent>
	<groupId>org.coosproject.messaging</groupId>
	<artifactId>actorframe-container</artifactId>
	<name>Actorframe Coos Container</name>

	<properties>
		<bundle.symbolicName>org.coosproject.messaging.plugin.actorframe
		</bundle.symbolicName>
		<bundle.namespace>org.coos.messaging.plugin.actorframe
		</bundle.namespace>
	</properties>

	<packaging>bundle</packaging>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.coosproject</groupId>
			<artifactId>actorframe-j2se</artifactId>
		</dependency>
		<dependency>
			<groupId>org.coosproject.messaging</groupId>
			<artifactId>messaging-lib</artifactId>
		</dependency>
		<dependency>
			<groupId>org.coosproject.messaging</groupId>
			<artifactId>simpleEndpoint-impl</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy