Skip to content

Commit

Permalink
Merge pull request #132 from navikt/feature/soknad-avroskjema-fra-ghb
Browse files Browse the repository at this point in the history
Feature/soknad avroskjema fra ghb
  • Loading branch information
nils-arne authored Dec 2, 2024
2 parents 62d0533 + eb53da5 commit 40b56f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
16 changes: 8 additions & 8 deletions mottaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
</exclusions>
</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>
<dependency>
<groupId>com.github.navikt</groupId>
<artifactId>tms-utkast</artifactId>
<groupId>no.nav.tms.utkast</groupId>
<artifactId>builder</artifactId>
<version>${utkast-schema.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -212,10 +212,6 @@
</build>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven</url>
Expand All @@ -224,5 +220,9 @@
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://github-package-registry-mirror.gc.nav.no/cached/maven-release</url>
</repository>
</repositories>
</project>
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<!--Kafka-->
<confluent.version>7.7.1</confluent.version>
<brukernotifikasjon-schemas.version>2.5.2</brukernotifikasjon-schemas.version>
<utkast-schema.version>20230829114432-d23aa9a</utkast-schema.version>
<arkivering-schemas.version>f52ace8dcc</arkivering-schemas.version>
<utkast-schema.version>20230203100430-ecf5208</utkast-schema.version>
<arkivering-schemas.version>1.4.4-bf301c4492e2</arkivering-schemas.version>
<tms-varsel.version>2.0.0</tms-varsel.version>

<!--Logging-->
Expand Down Expand Up @@ -78,14 +78,6 @@
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>navikt-varsel</id>
<url>https://maven.pkg.github.com/navikt/tms-varsel-authority</url>
</repository>
<repository>
<id>github</id>
<url>https://github-package-registry-mirror.gc.nav.no/cached/maven-release</url>
</repository>
</repositories>

<build>
Expand Down

0 comments on commit 40b56f5

Please sign in to comment.