Skip to content

Commit

Permalink
Fjerner caching av aktør som ikke brukes med tilhørende avhengigheter (
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga authored Nov 25, 2024
1 parent f3a006e commit 9bbdcd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions domene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down Expand Up @@ -120,10 +116,6 @@
<version>${graphql-java-codegen.version}</version>
</dependency>

<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions domene/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ server:
shutdown: graceful
spring:
cloud.discovery.enabled: false
cache:
cache-names: aktør
caffeine:
spec: maximumSize=100,expireAfterAccess=3600s
application:
name: foreldrepengesoknad-api
main:
Expand Down

0 comments on commit 9bbdcd3

Please sign in to comment.