source: 3rd-party-poms/exist-1.2.1.pom @ 154

Revision 154, 1.2 KB checked in by nigel.sim, 2 years ago (diff)

Added my poms for 3rd party libraries

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project>
3  <modelVersion>4.0.0</modelVersion>
4  <groupId>exist</groupId>
5  <artifactId>exist</artifactId>
6  <version>1.2.1</version>
7  <description/>
8  <dependencies>
9    <dependency>
10        <groupId>${pom.groupId}</groupId>
11        <artifactId>exist-xmldb</artifactId>
12        <version>${pom.version}</version>
13    </dependency>
14    <dependency>
15        <groupId>${pom.groupId}</groupId>
16        <artifactId>exist-xmlrpc</artifactId>
17        <version>${pom.version}</version>
18    </dependency>
19    <dependency>
20      <groupId>xml-resolver</groupId>
21      <artifactId>xml-resolver</artifactId>
22      <version>1.2</version>
23    </dependency>
24    <dependency>
25      <groupId>xml-apis</groupId>
26      <artifactId>xml-apis</artifactId>
27      <version>2.0.2</version>
28    </dependency>
29    <dependency>
30      <groupId>xerces</groupId>
31      <artifactId>xercesImpl</artifactId>
32      <version>2.8.1</version>
33    </dependency>
34    <dependency>
35      <groupId>log4j</groupId>
36      <artifactId>log4j</artifactId>
37      <version>[1.2.4,)</version>
38    </dependency>
39    <dependency>
40        <groupId>commons-pool</groupId>
41        <artifactId>commons-pool</artifactId>
42        <version>1.4</version>
43    </dependency>
44  </dependencies>
45</project>
Note: See TracBrowser for help on using the repository browser.