Skip to content

Commit

Permalink
Add configuration to exclude uk.ac.starlink packages which are includ…
Browse files Browse the repository at this point in the history
…ed in the dali package
  • Loading branch information
stvoutsin committed Jul 16, 2024
1 parent 6a55ca1 commit 584563c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ sourceCompatibility = 1.8
group = 'org.opencadc'
version = '1.1'

configurations {
// Ensure only local files are available to prevent collisions.
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'
Expand Down

0 comments on commit 584563c

Please sign in to comment.