Added akka-patterns module

This commit is contained in:
Viktor Klang 2010-02-13 21:04:42 +01:00
parent 8ffed99893
commit a92a90bb72
2 changed files with 26 additions and 0 deletions

25
akka-patterns/pom.xml Normal file
View file

@ -0,0 +1,25 @@
<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>
<artifactId>akka-patterns</artifactId>
<name>Akka Patterns Module</name>
<packaging>jar</packaging>
<parent>
<artifactId>akka</artifactId>
<groupId>se.scalablesolutions.akka</groupId>
<version>0.7-SNAPSHOT</version>
</parent>
<!-- Core deps -->
<dependencies>
<dependency>
<artifactId>akka-core</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View file

@ -57,6 +57,7 @@
<module>akka-comet</module>
<module>akka-amqp</module>
<module>akka-security</module>
<module>akka-patterns</module>
<module>akka-kernel</module>
<module>akka-fun-test-java</module>
<module>akka-samples</module>