Skip to content

Latest commit

 

History

History

lockss-core-bundle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

lockss-core-bundle

This project defines a single Maven POM file that can be used to introduce a dependency on lockss-core with useful dependency exclusions when necessary.

The version of lockss-core-bundle corresponds to a matching version of lockss-core.

Using

    <dependency>
      <groupId>org.lockss</groupId>
      <artifactId>lockss-core-bundle</artifactId>
      <version>${version.of.lockss-core-bundle}</version>
      <type>pom</type>
    </dependency>

Releases

See Also

  • lockss-core: LOCKSS Core Functionality Library
  • lockss-core-tests-bundle: the companion to this project, for depending on lockss-core's tests artifact in test scope with useful dependency exclusions when necessary

Resources