diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:21:59 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 14:21:59 +0100 |
| commit | 6ead1ef3926e365e17184521d80cba581f02c685 (patch) | |
| tree | d3ecaffc45c48bfcd60b845ba29746d6ba6cab59 | |
| parent | f7cabdb5614679c46cf7e0c75bd37484682cb866 (diff) | |
POM cleanup
| -rw-r--r-- | pom.xml | 100 |
1 files changed, 62 insertions, 38 deletions
@@ -15,6 +15,10 @@ <artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-xml-schema</artifactId>
<exclusions>
@@ -25,6 +29,16 @@ </exclusions>
</dependency>
<dependency>
+ <groupId>org.codehaus.castor</groupId>
+ <artifactId>castor-xml</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>stax</artifactId>
+ <groupId>stax</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<scope>runtime</scope>
@@ -75,6 +89,16 @@ <artifactId>xmlunit</artifactId>
<version>1.3</version>
</dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.3.04</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.castor</groupId>
+ <artifactId>castor-xml</artifactId>
+ <version>1.3.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>
@@ -209,50 +233,50 @@ <system>Redmine</system>
</issueManagement>
<organization>
- <name>The University of the West of England - CCCS</name>
- <url>http://www.cems.uwe.ac.uk/cccs/</url>
+ <name>The CRISTAL Consortium</name>
+ <url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal</url>
</organization>
<ciManagement>
- <system>Jenkins</system>
- <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-kernel/</url>
- </ciManagement>
+ <system>Jenkins</system>
+ <url>http://cristal.cccs.uwe.ac.uk:8080/job/cristal-kernel/</url>
+ </ciManagement>
<scm>
<developerConnection>scm:git:ssh://cristal.cccs.uwe.ac.uk/var/git/cristal-kernel.git</developerConnection>
<url>http://cristal.cccs.uwe.ac.uk/redmine/projects/cristal-kernel/repository</url>
</scm>
<distributionManagement>
- <repository>
- <id>cristal.releases</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>cristal.snapshots</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
+ <repository>
+ <id>cristal.releases</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>cristal.snapshots</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
- <repositories>
- <repository>
- <id>cristal.releases</id>
- <name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>cristal.snapshots</id>
- <name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
+ <repositories>
+ <repository>
+ <id>cristal.releases</id>
+ <name>CRISTAL Nexus Release Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>cristal.snapshots</id>
+ <name>CRISTAL Nexus Snapshot Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file |
