Skip to content

Commit

Permalink
add id mvn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ihardy committed Nov 20, 2024
1 parent fdbcb93 commit 3d7d00e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ repositories {
maven { url 'https://maven.indexdata.com/' }
maven { url "https://maven.k-int.com/repository/releases" }
maven { url "https://repo.gradle.org/gradle/libs-releases-local" }
maven {
name "reposiliteRepositoryReleases"
url "https://reposilite.reshare.indexdata.com/releases"
}

}

sourceSets {
Expand Down Expand Up @@ -89,7 +94,7 @@ dependencies {

profile "org.grails.profiles:rest-api"

implementation ('org.olf.reshare.dm.directory:dm-directory:2.1.2') {
implementation ('org.olf.reshare.dm.directory:dm-directory:2.1.3') {
exclude group: 'com.k_int.grails', module: 'web-toolkit-ce'
}

Expand Down

0 comments on commit 3d7d00e

Please sign in to comment.