|
Revision 5289, 1.7 KB
(checked in by mtld, 22 months ago)
|
|
set version to 0.13.21
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <project> |
|---|
| 3 | <modelVersion>4.0.0</modelVersion> |
|---|
| 4 | <groupId>org.pustefixframework</groupId> |
|---|
| 5 | <artifactId>pfixcore</artifactId> |
|---|
| 6 | <name>pfixcore</name> |
|---|
| 7 | <version>0.13.21</version> |
|---|
| 8 | <dependencies> |
|---|
| 9 | <dependency> |
|---|
| 10 | <groupId>ant-contrib</groupId> |
|---|
| 11 | <artifactId>ant-contrib</artifactId> |
|---|
| 12 | <version>1.0b2</version> |
|---|
| 13 | </dependency> |
|---|
| 14 | <dependency> |
|---|
| 15 | <groupId>commons-collections</groupId> |
|---|
| 16 | <artifactId>commons-collections</artifactId> |
|---|
| 17 | <version>3.2.1</version> |
|---|
| 18 | </dependency> |
|---|
| 19 | <dependency> |
|---|
| 20 | <groupId>commons-logging</groupId> |
|---|
| 21 | <artifactId>commons-logging</artifactId> |
|---|
| 22 | <version>1.1.1</version> |
|---|
| 23 | </dependency> |
|---|
| 24 | <dependency> |
|---|
| 25 | <groupId>com.marsching.flexiparse</groupId> |
|---|
| 26 | <artifactId>flexiparse</artifactId> |
|---|
| 27 | <version>0.1.3</version> |
|---|
| 28 | </dependency> |
|---|
| 29 | <dependency> |
|---|
| 30 | <groupId>oro</groupId> |
|---|
| 31 | <artifactId>oro</artifactId> |
|---|
| 32 | <version>2.0.8</version> |
|---|
| 33 | </dependency> |
|---|
| 34 | <dependency> |
|---|
| 35 | <groupId>log4j</groupId> |
|---|
| 36 | <artifactId>log4j</artifactId> |
|---|
| 37 | <version>1.2.13</version> |
|---|
| 38 | </dependency> |
|---|
| 39 | <dependency> |
|---|
| 40 | <groupId>lucene</groupId> |
|---|
| 41 | <artifactId>lucene</artifactId> |
|---|
| 42 | <version>1.4.3</version> |
|---|
| 43 | </dependency> |
|---|
| 44 | <dependency> |
|---|
| 45 | <groupId>xml-resolver</groupId> |
|---|
| 46 | <artifactId>xml-resolver</artifactId> |
|---|
| 47 | <version>[1.1,1.3)</version> |
|---|
| 48 | </dependency> |
|---|
| 49 | <dependency> |
|---|
| 50 | <groupId>com.icl.saxon</groupId> |
|---|
| 51 | <artifactId>saxon</artifactId> |
|---|
| 52 | <version>6.5.5</version> |
|---|
| 53 | </dependency> |
|---|
| 54 | <dependency> |
|---|
| 55 | <groupId>org.springframework</groupId> |
|---|
| 56 | <artifactId>spring</artifactId> |
|---|
| 57 | <version>2.5.6</version> |
|---|
| 58 | </dependency> |
|---|
| 59 | </dependencies> |
|---|
| 60 | </project> |
|---|