Skip to content

Commit

Permalink
rydder i dependencies og fjerner java-parameters igjen
Browse files Browse the repository at this point in the history
  • Loading branch information
tiafiring committed Dec 7, 2023
1 parent bbdaff3 commit 0c424a2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions data-publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
<artifactId>arrow-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>kafka-config</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions kafka/ansatt-ingestor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>amt-arrangor-client</artifactId>
</dependency>
<dependency>
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>core</artifactId>
</dependency>
</dependencies>
</project>
4 changes: 0 additions & 4 deletions kafka/arrangor-ingestor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>amt-arrangor-client</artifactId>
</dependency>
<dependency>
<groupId>no.nav.amt-tiltak</groupId>
<artifactId>core</artifactId>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import no.nav.common.kafka.util.KafkaPropertiesBuilder
import no.nav.common.kafka.util.KafkaPropertiesPreset
import org.apache.kafka.common.serialization.ByteArrayDeserializer
import org.apache.kafka.common.serialization.ByteArraySerializer
import org.apache.kafka.common.serialization.Serializer
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.context.annotation.Profile
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@
<compilerPlugins>
<plugin>kotlinx-serialization</plugin>
</compilerPlugins>
<args>
<arg>-java-parameters</arg>
</args>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 0c424a2

Please sign in to comment.