1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
3 |
Copyright 2007 Hippo (www.hippo.nl) |
4 |
|
5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
you may not use this file except in compliance with the License. |
7 |
You may obtain a copy of the License at |
8 |
|
9 |
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
11 |
Unless required by applicable law or agreed to in writing, software |
12 |
distributed under the License is distributed on an "AS IS" BASIS, |
13 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
See the License for the specific language governing permissions and |
15 |
limitations under the License. |
16 |
--> |
17 |
<project> |
18 |
<pomVersion>3</pomVersion> |
19 |
<group>hippo</group> |
20 |
<id>hippo-jmstestapp</id> |
21 |
<name>Hippo messaging test application</name> |
22 |
<version>1.01.00</version> |
23 |
<description>This application is used to investigate possible problems with the JMS system.</description> |
24 |
<organization> |
25 |
<name>Hippo B.V., the Netherlands</name> |
26 |
<url>http://www.hippo.nl/</url> |
27 |
</organization> |
28 |
<inceptionYear>2006</inceptionYear> |
29 |
<developers> |
30 |
<developer> |
31 |
<id>berry</id> |
32 |
<name>(Berry) A.W. van Halderen</name> |
33 |
<email>b.vanhalderen@hippo.nl</email> |
34 |
<url>http://www.halderen.net/</url> |
35 |
<organization>Hippo B.V., the Netherlands</organization> |
36 |
<organizationUrl>http://www.hippo.nl/</organizationUrl> |
37 |
<timezone>GMT+0100</timezone> |
38 |
</developer> |
39 |
</developers> |
40 |
<contributors></contributors> |
41 |
<licenses> |
42 |
<name>copyright reserved</name> |
43 |
<url>http://www.hippo.nl/</url> |
44 |
<distribution>manual</distribution> |
45 |
<comments>(C) 2007 Copyrights reserved Hippo B.V., the Netherlands</comments> |
46 |
</licenses> |
47 |
<dependencies> |
48 |
<dependency> |
49 |
<groupId>log4j</groupId> |
50 |
<artifactId>log4j</artifactId> |
51 |
<version>1.2.8</version> |
52 |
<properties><war.bundle>true</war.bundle></properties> |
53 |
</dependency> |
54 |
<dependency> |
55 |
<groupId>geronimo-spec</groupId> |
56 |
<artifactId>geronimo-spec-jms</artifactId> |
57 |
<version>1.0-M1</version> |
58 |
<scope>provided</scope> |
59 |
<properties><war.bundle>false</war.bundle></properties> |
60 |
</dependency> |
61 |
<dependency> |
62 |
<groupId>javax.servlet</groupId> |
63 |
<artifactId>servlet-api</artifactId> |
64 |
<version>2.3</version> |
65 |
<properties><war.bundle>false</war.bundle></properties> |
66 |
</dependency> |
67 |
<dependency> |
68 |
<groupId>hippo</groupId> |
69 |
<artifactId>jmsbridge</artifactId> |
70 |
<version>1.01.03</version> |
71 |
<properties><war.bundle>true</war.bundle></properties> |
72 |
</dependency> |
73 |
<dependency> |
74 |
<groupId>hippo</groupId> |
75 |
<artifactId>hippo-repository-adapter-api</artifactId> |
76 |
<version>2.07.00-dev</version> |
77 |
<properties><war.bundle>true</war.bundle></properties> |
78 |
</dependency> |
79 |
<dependency> |
80 |
<groupId>hippo</groupId> |
81 |
<artifactId>hippo-repository-webdav-client</artifactId> |
82 |
<version>2.07.00-dev</version> |
83 |
<properties><war.bundle>true</war.bundle></properties> |
84 |
</dependency> |
85 |
<dependency> |
86 |
<groupId>hippo</groupId> |
87 |
<artifactId>hippo-repository-update-notifier</artifactId> |
88 |
<version>2.07.00-dev</version> |
89 |
<properties><war.bundle>true</war.bundle></properties> |
90 |
</dependency> |
91 |
|
92 |
<dependency> |
93 |
<groupId>org.slf4j</groupId> |
94 |
<artifactId>slf4j-api</artifactId> |
95 |
<version>1.3.0</version> |
96 |
<properties><war.bundle>true</war.bundle></properties> |
97 |
</dependency> |
98 |
<dependency> |
99 |
<groupId>org.slf4j</groupId> |
100 |
<artifactId>slf4j-log4j12</artifactId> |
101 |
<version>1.3.0</version> |
102 |
<properties><war.bundle>true</war.bundle></properties> |
103 |
</dependency> |
104 |
|
105 |
<dependency> |
106 |
<groupId>jibx</groupId> |
107 |
<artifactId>jibx-run</artifactId> |
108 |
<version>1.1.2</version> |
109 |
<properties><war.bundle>true</war.bundle></properties> |
110 |
</dependency> |
111 |
<dependency> |
112 |
<groupId>bcel</groupId> |
113 |
<artifactId>bcel</artifactId> |
114 |
<version>5.1</version> |
115 |
<properties><war.bundle>true</war.bundle></properties> |
116 |
</dependency> |
117 |
<dependency> |
118 |
<groupId>commons-httpclient</groupId> |
119 |
<artifactId>commons-httpclient</artifactId> |
120 |
<version>2.0.2</version> |
121 |
<properties><war.bundle>true</war.bundle></properties> |
122 |
</dependency> |
123 |
<dependency> |
124 |
<groupId>commons-lang</groupId> |
125 |
<artifactId>commons-lang</artifactId> |
126 |
<version>2.2</version> |
127 |
<properties><war.bundle>true</war.bundle></properties> |
128 |
</dependency> |
129 |
<dependency> |
130 |
<groupId>openjms</groupId> |
131 |
<artifactId>openjms</artifactId> |
132 |
<version>0.7.6.1</version> |
133 |
<properties><war.bundle>true</war.bundle></properties> |
134 |
</dependency> |
135 |
<dependency> |
136 |
<groupId>exolabcore</groupId> |
137 |
<artifactId>exolabcore</artifactId> |
138 |
<version>0.3.7</version> |
139 |
<properties><war.bundle>true</war.bundle></properties> |
140 |
</dependency> |
141 |
<dependency> |
142 |
<groupId>commons-pool</groupId> |
143 |
<artifactId>commons-pool</artifactId> |
144 |
<version>1.3</version> |
145 |
<properties><war.bundle>true</war.bundle></properties> |
146 |
</dependency> |
147 |
<dependency> |
148 |
<groupId>slide</groupId> |
149 |
<artifactId>slide-webdavlib</artifactId> |
150 |
<version>2.1</version> |
151 |
<properties><war.bundle>true</war.bundle></properties> |
152 |
</dependency> |
153 |
<dependency> |
154 |
<groupId>xpp3</groupId> |
155 |
<artifactId>xpp3</artifactId> |
156 |
<version>1.1.3.4.M</version> |
157 |
<properties><war.bundle>true</war.bundle></properties> |
158 |
</dependency> |
159 |
<dependency> |
160 |
<groupId>excalibur-slide</groupId> |
161 |
<artifactId>excalibur-slide-common</artifactId> |
162 |
<version>1.2.10.2</version> |
163 |
<properties><war.bundle>true</war.bundle></properties> |
164 |
</dependency> |
165 |
|
166 |
<dependency> |
167 |
<groupId>commons-logging</groupId> |
168 |
<artifactId>commons-logging</artifactId> |
169 |
<version>1.0.3</version> |
170 |
<properties><war.bundle>true</war.bundle></properties> |
171 |
</dependency> |
172 |
<dependency> |
173 |
<groupId>jdom</groupId> |
174 |
<artifactId>jdom</artifactId> |
175 |
<version>1.0</version> |
176 |
<properties><war.bundle>true</war.bundle></properties> |
177 |
</dependency> |
178 |
<!-- dependency> |
179 |
<groupId>de.zeigermann.xml</groupId> |
180 |
<artifactId>xml-im-exporter</artifactId> |
181 |
<version>1.1</version> |
182 |
<properties><war.bundle>true</war.bundle></properties> |
183 |
</dependency --> |
184 |
|
185 |
</dependencies> |
186 |
<build> |
187 |
<sourceDirectory>src/main/java</sourceDirectory> |
188 |
<resources> |
189 |
<resource> |
190 |
<directory>src/main/resources</directory> |
191 |
</resource> |
192 |
</resources> |
193 |
</build> |
194 |
</project> |