Skip to content

Commit

Permalink
Only use hitachivantara maven repository for relevant artifacts (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Oct 12, 2023
1 parent 688dde4 commit 6588fe0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,13 @@ allprojects {
maven {
// Mondrian dependencies are available via this repository. It's a direct dependency of the Query
// module but is declared here as many modules depend on Query and therefore need it as well.
url "https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn"
url "https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn"
content {
excludeGroupByRegex "org\\.labkey.*"
includeGroup "pentaho"
includeGroup "org.pentaho"
includeGroup "org.olap4j"
includeGroup "javacup"
includeGroup "eigenbase"
}
}
}
Expand Down

0 comments on commit 6588fe0

Please sign in to comment.