Skip to content

Commit

Permalink
Remove jcenter repo as it is obsolete and add mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Aug 13, 2024
1 parent 3359b08 commit 1c39467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Removed

- Remove jcenter repo as it is obsolete and no longer used by cadc

### Other Changes

- Added mavenCentral and jCenter repos (match what we have in lsst-tap-service)
3 changes: 2 additions & 1 deletion tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
mavenLocal()

maven {
url = 'https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/m2repo'
}
Expand Down

0 comments on commit 1c39467

Please sign in to comment.