diff --git a/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md b/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md index f3353ef..4c10b35 100644 --- a/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md +++ b/changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md @@ -1,3 +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) diff --git a/tap/build.gradle b/tap/build.gradle index a505dbb..7173624 100644 --- a/tap/build.gradle +++ b/tap/build.gradle @@ -4,7 +4,10 @@ plugins { } repositories { + mavenCentral() mavenLocal() + jcenter() + maven { url = 'https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/m2repo' }