Skip to content

Commit

Permalink
Remove restlet and obsolete maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Aug 13, 2024
1 parent 339639b commit f9c75dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
repositories {
mavenCentral()
mavenLocal()
jcenter()

maven {
url = 'https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/m2repo'
Expand Down Expand Up @@ -67,7 +66,6 @@ dependencies {
testImplementation 'xmlunit:xmlunit:[1.0,)'

implementation 'com.google.cloud:google-cloud-storage:1.48.0'
implementation 'org.restlet.jee:org.restlet.ext.servlet:2.0.3'
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
4 changes: 4 additions & 0 deletions changelog.d/20240813_174428_steliosvoutsinas_DM_45739.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Removed

- Update jcenter repo (obsolete)
- Remove restlet jar

0 comments on commit f9c75dc

Please sign in to comment.