Skip to content

Commit

Permalink
Remove cadc lib not needed & fix starlink conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jul 16, 2024
1 parent 6e7f455 commit 7a3d180
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Find changes for the upcoming release in the project's [changelog.d](https://git

<!-- scriv-insert-here -->

<a id='changelog-2.4.2'></a>
## 2.4.2 (2024-07-15)

### Changed

- Remove unneeded cadc-libs

### Fixed

- Conflict between stilts & dali packages

<a id='changelog-2.4.1'></a>
## 2.4.1 (2024-07-15)

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ war {
configurations {
intTestCompile.extendsFrom testImplementation
intTestRuntime.extendsFrom testRuntimeOnly
implementation.exclude group: 'uk.ac.starlink'
}

dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
implementation 'org.opencadc:cadc-access-control-identity:[1.0.7,)'
implementation 'org.opencadc:cadc-adql:1.1.13'
implementation 'org.opencadc:cadc-dali-pg:0.3.1'
implementation 'org.opencadc:cadc-log:1.2.1'
Expand All @@ -66,9 +68,6 @@ dependencies {

implementation 'com.google.cloud:google-cloud-storage:1.48.0'
implementation 'org.restlet.jee:org.restlet.ext.servlet:2.0.3'
implementation 'org.opencadc:cadc-tap-server:[1.1.5,)'
implementation 'org.opencadc:cadc-adql:[1.1.4,)'
implementation 'org.opencadc:cadc-access-control-identity:[1.0.7,)'
implementation 'software.amazon.awssdk:s3:2.17.230'
implementation 'software.amazon.awssdk:auth:2.17.230'
implementation 'org.apache.solr:solr-s3-repository:8.11.2'
Expand Down

0 comments on commit 7a3d180

Please sign in to comment.