Initial version with all API bundles deployed in the integraiton test.
[xmlrouter] / router / impl / pom.xml
1 <?xml version="1.0"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
4     <parent>
5         <groupId>org.wamblee.xmlrouter</groupId>
6         <artifactId>xmlrouter-router</artifactId>
7         <version>0.1.0-SNAPSHOT</version>
8     </parent>
9
10     <modelVersion>4.0.0</modelVersion>
11     <artifactId>xmlrouter-router-impl</artifactId>
12     <packaging>jar</packaging>
13     <name>/xmlrouter/router/impl</name>
14         <url>http://wamblee.org</url>
15
16     
17     <dependencies>
18         <dependency>
19             <groupId>org.wamblee</groupId>
20             <artifactId>wamblee-support-general</artifactId>
21         </dependency>
22             <dependency>
23                     <groupId>org.wamblee.xmlrouter</groupId>
24                         <artifactId>xmlrouter-config</artifactId>
25                         <version>0.1.0-SNAPSHOT</version>
26                 </dependency>
27                 <dependency>
28             <groupId>org.wamblee.xmlrouter</groupId>
29             <artifactId>xmlrouter-publish</artifactId>
30             <version>0.1.0-SNAPSHOT</version>
31         </dependency>
32         <dependency>
33             <groupId>org.wamblee.xmlrouter</groupId>
34             <artifactId>xmlrouter-subscribe</artifactId>
35             <version>0.1.0-SNAPSHOT</version>
36         </dependency>
37         <dependency>
38             <groupId>org.wamblee.xmlrouter</groupId>
39             <artifactId>xmlrouter-listener</artifactId>
40             <version>0.1.0-SNAPSHOT</version>
41         </dependency>
42         <dependency>
43             <groupId>junit</groupId>
44             <artifactId>junit</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.mockito</groupId>
48             <artifactId>mockito-all</artifactId>
49         </dependency>        
50     </dependencies>
51     
52     <distributionManagement>
53         <site>
54             <id>xmlrouter-site</id>
55             <url>file:${distrib}/cache</url>
56         </site>
57     </distributionManagement>
58
59 </project>