Skip to content

Commit

Permalink
Merge pull request #386 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette bumping av common-java-modules
  • Loading branch information
klaramargrethehelgemo authored Nov 4, 2024
2 parents 5f0e2d3 + 1830494 commit 9bc894f
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>21</java.version>
<common.version>3.2024.04.22_13.50-7815154a2573</common.version>
<common.version>3.2024.10.25_13.44-9db48a0dbe67</common.version>
<confluent.version>5.5.1</confluent.version>
<avro.version>1.11.0</avro.version>
<testcontainers.version>1.20.3</testcontainers.version>
Expand All @@ -26,6 +26,21 @@
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
</properties>
<repositories>
<repository>
<id>githubproxy</id>
<url>https://github-package-registry-mirror.gc.nav.no/cached/maven-release</url>
</repository>
<!-- Legger til central eksplisitt for prioritet over jitpack -->
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<build>
<pluginManagement>
Expand Down Expand Up @@ -108,37 +123,37 @@

<!-- Common -->
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>rest</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>types</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>auth</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>metrics</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>client</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>log</artifactId>
<version>${common.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>token-client</artifactId>
<version>${common.version}</version>
</dependency>
Expand Down Expand Up @@ -258,7 +273,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.navikt.common-java-modules</groupId>
<groupId>no.nav.common</groupId>
<artifactId>job</artifactId>
<version>${common.version}</version>
</dependency>
Expand All @@ -268,15 +283,4 @@
<version>2024.02.20_07.34-4dbbf67d478e</version>
</dependency>
</dependencies>
<repositories>
<!-- Legger til central eksplisitt for prioritet over jitpack -->
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>

0 comments on commit 9bc894f

Please sign in to comment.