Skip to content
Snippets Groups Projects
Commit 1baedea9 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Add repository reference to pom

Necessary for renovate to access internal dependencies from package registry
parent e1d53234
Branches
Tags
No related merge requests found
Pipeline #5466 canceled
...@@ -13,6 +13,13 @@ ...@@ -13,6 +13,13 @@
<version>1.1.11-SNAPSHOT</version> <version>1.1.11-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
</repository>
</repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>no.nibio.vips</groupId> <groupId>no.nibio.vips</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment