Skip to content

Commit

Permalink
Add additional maven repos to match lsst-tap-service
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Aug 13, 2024
1 parent 882efb4 commit f2b0213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.d/20240813_193515_steliosvoutsinas_DM_45739.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ plugins {
}

repositories {
mavenCentral()
mavenLocal()
jcenter()

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

0 comments on commit f2b0213

Please sign in to comment.