Skip to content

Commit

Permalink
docs: document locked cadc-vos
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Sep 19, 2024
1 parent 2d71919 commit ff1e678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cadc-download-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ dependencies {
implementation 'org.opencadc:cadc-util:[1.6,)'
implementation 'org.opencadc:cadc-registry:[1.1.1,)'
implementation 'org.opencadc:cadc-app-kit:[1.0,)'

// Locking down cadc-vos to a version that is JDK 1.8 compatible.
// Use version >= 2.x when JDK 11 is supported.
implementation 'org.opencadc:cadc-vos:1.2.3'

implementation 'org.opencadc:cadc-dali:[1.2.15,)'
implementation 'org.opencadc:cadc-datalink:[1.0.0,1.1.0)'
implementation 'org.opencadc:caom2-artifact-resolvers:[1.2.10,1.3.0)'
Expand Down

0 comments on commit ff1e678

Please sign in to comment.