Skip to content

Commit

Permalink
Rydder i dependencies og fikser test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Nov 17, 2023
1 parent c761931 commit 1fbc515
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions felles/konfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,31 @@

<artifactId>felles-konfig</artifactId>

<dependencies>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<environmentVariables>
<mvn>true</mvn>
<NAV>http://www.nav.no</NAV>
<NAIS_CLUSTER_NAME>prod-fss</NAIS_CLUSTER_NAME>
<NAIS_NAMESPACE>default</NAIS_NAMESPACE>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 1fbc515

Please sign in to comment.