Skip to content

Commit

Permalink
Merge pull request #208 from navikt/feature/soknad-avroskjema-fra-ghb
Browse files Browse the repository at this point in the history
Fjernet bruk av jitpack og ryddet i bruk av repositories
  • Loading branch information
nils-arne authored Dec 2, 2024
2 parents 2febffa + d1438c4 commit 4e047d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
12 changes: 6 additions & 6 deletions arkiverer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<version>${kafka-streams-avro-serde.version}</version>
</dependency>
<dependency>
<groupId>com.github.navikt</groupId>
<artifactId>soknadarkiv-schema</artifactId>
<groupId>no.nav.soknad.arkivering</groupId>
<artifactId>avro-schemas</artifactId>
<version>${arkivering-schemas.version}</version>
</dependency>

Expand Down Expand Up @@ -255,10 +255,6 @@
</build>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
Expand All @@ -267,5 +263,9 @@
<id>confluent</id>
<url>https://packages.confluent.io/maven</url>
</repository>
<repository>
<id>github</id>
<url>https://github-package-registry-mirror.gc.nav.no/cached/maven-release</url>
</repository>
</repositories>
</project>
6 changes: 0 additions & 6 deletions clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,4 @@
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</pluginRepository>
</pluginRepositories>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!--Kafka-->
<kafka.version>3.8.1</kafka.version>
<kafka-streams-avro-serde.version>7.7.1</kafka-streams-avro-serde.version>
<arkivering-schemas.version>f52ace8dcc</arkivering-schemas.version>
<arkivering-schemas.version>1.4.4-bf301c4492e2</arkivering-schemas.version>

<!--Logging-->
<logstash.version>8.0</logstash.version>
Expand Down

0 comments on commit 4e047d2

Please sign in to comment.