-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,17 @@ are formally defined before releasing version 1.0.0 of this library. | |
|
||
[![Build Status](https://travis-ci.com/UW-Madison-Library/ocfl-java.svg?branch=master)](https://travis-ci.com/UW-Madison-Library/ocfl-java) | ||
|
||
## Requirements and Installation | ||
## Requirements and Setup | ||
|
||
`ocfl-java` is a Java 11 project and at the minimum requires Java 11 to run. | ||
|
||
The `ocfl-java` libraries are not yet built to Maven central. Until they are, you'll need to build the | ||
libraries locally as follows: | ||
|
||
```bash | ||
$ git clone [email protected]:UW-Madison-Library/ocfl-java.git | ||
$ cd ocfl-java | ||
$ mvn install | ||
``` | ||
|
||
After building the libraries locally, add the following to your project's POM: | ||
Add the following to your project's POM to pull in the library: | ||
|
||
```xml | ||
<dependency> | ||
<groupId>edu.wisc.library.ocfl</groupId> | ||
<artifactId>ocfl-java-core</artifactId> | ||
<version>0.0.7-SNAPSHOT</version> | ||
<version>0.1.0</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -39,7 +30,7 @@ Add the following if you'd like to use Amazon S3 for the storage layer: | |
<dependency> | ||
<groupId>edu.wisc.library.ocfl</groupId> | ||
<artifactId>ocfl-java-aws</artifactId> | ||
<version>0.0.7-SNAPSHOT</version> | ||
<version>0.1.0</version> | ||
</dependency> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters