Revision 7850
Added by ben leinfelder over 9 years ago
pom.xml | ||
---|---|---|
36 | 36 |
</repositories> |
37 | 37 |
<dependencies> |
38 | 38 |
<dependency> |
39 |
<groupId>gov.loc</groupId> |
|
40 |
<artifactId>bagit</artifactId> |
|
41 |
<version>4.4</version> |
|
42 |
<type>jar</type> |
|
43 |
<exclusions> |
|
44 |
<exclusion> |
|
45 |
<groupId>xml-apis</groupId> |
|
46 |
<artifactId>xml-apis</artifactId> |
|
47 |
</exclusion> |
|
48 |
<exclusion> |
|
49 |
<groupId>org.apache.httpcomponents</groupId> |
|
50 |
<artifactId>httpclient</artifactId> |
|
51 |
</exclusion> |
|
52 |
<exclusion> |
|
53 |
<groupId>org.apache.httpcomponents</groupId> |
|
54 |
<artifactId>httpmime</artifactId> |
|
55 |
</exclusion> |
|
56 |
<exclusion> |
|
57 |
<groupId>commons-codec</groupId> |
|
58 |
<artifactId>commons-codec</artifactId> |
|
59 |
</exclusion> |
|
60 |
</exclusions> |
|
61 |
</dependency> |
|
62 |
<dependency> |
|
39 | 63 |
<artifactId>d1_portal</artifactId> |
40 | 64 |
<groupId>org.dataone</groupId> |
41 | 65 |
<version>${d1_portal_version}</version> |
Also available in: Unified diff
First pass at MN.getPackage() implementation using Bagit library from LOC. https://projects.ecoinformatics.org/ecoinfo/issues/6026