| Revision 154,
992 bytes
checked in by nigel.sim, 2 years ago
(diff) |
|
Added my poms for 3rd party libraries
|
| Line | |
|---|
| 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|---|
| 3 | <modelVersion>4.0.0</modelVersion> |
|---|
| 4 | <groupId>org.opensymphony.quartz</groupId> |
|---|
| 5 | <artifactId>quartz</artifactId> |
|---|
| 6 | <packaging>jar</packaging> |
|---|
| 7 | <version>1.6.6</version> |
|---|
| 8 | <url>http://www.opensymphony.com/quartz</url> |
|---|
| 9 | <distributionManagement> |
|---|
| 10 | <downloadUrl>https://quartz.dev.java.net/files/documents/1267/128858/quartz-1.6.6.zip</downloadUrl> |
|---|
| 11 | </distributionManagement> |
|---|
| 12 | <licenses> |
|---|
| 13 | <license> |
|---|
| 14 | <name>The Apache Software License, Version 2.0</name> |
|---|
| 15 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
|---|
| 16 | <distribution>manual</distribution> |
|---|
| 17 | </license> |
|---|
| 18 | </licenses> |
|---|
| 19 | <dependencies> |
|---|
| 20 | <dependency> |
|---|
| 21 | <groupId>commons-logging</groupId> |
|---|
| 22 | <artifactId>commons-logging</artifactId> |
|---|
| 23 | <version>1.1</version> |
|---|
| 24 | </dependency> |
|---|
| 25 | </dependencies> |
|---|
| 26 | </project> |
|---|
| 27 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.