Skip to content

Commit

Permalink
Removed leftover unused FlywayConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Oct 22, 2024
1 parent fb7e9e6 commit 89c8266
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package no.nav.registre.varslingerservice.config;

import no.nav.testnav.libs.database.config.FlywayConfiguration;
import no.nav.testnav.libs.servletcore.config.ApplicationCoreConfig;
import no.nav.testnav.libs.servletsecurity.config.SecureOAuth2ServerToServerConfiguration;
import org.springframework.context.annotation.Configuration;
Expand All @@ -11,7 +10,6 @@
@Configuration
@Import({
ApplicationCoreConfig.class,
FlywayConfiguration.class,
SecureOAuth2ServerToServerConfiguration.class
})
public class ApplicationConfig {
Expand Down

0 comments on commit 89c8266

Please sign in to comment.