Project

General

Profile

« Previous | Next » 

Revision 8803

switch to use utilities from Maven repo instead of pulling from SVN and building locally. Added trunk/SNAPSHOT build to dev-testing Hudson (DataONE) for users who do not actively develop the utilities library. Motivated by the HTML->PDF utility, seemed like as good a time as any to convert Metacat's dependency on the project.

View differences:

pom.xml
36 36
    </repositories>
37 37
    <dependencies>
38 38
    	<dependency>
39
			<groupId>org.xhtmlrenderer</groupId>
40
			<artifactId>core-renderer</artifactId>
41
			<version>R8</version>
39
			<groupId>edu.ucsb.nceas</groupId>
40
			<artifactId>utilities</artifactId>
41
			<version>2.0.0-SNAPSHOT</version>
42 42
		</dependency>
43
		<dependency>
44
			<groupId>net.sf.jtidy</groupId>
45
			<artifactId>jtidy</artifactId>
46
			<version>r938</version>
47
		</dependency>
48 43
    	<dependency>
49 44
    		<groupId>gov.loc</groupId>
50 45
			<artifactId>bagit</artifactId>

Also available in: Unified diff