We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf04ac9 commit f0dce8dCopy full SHA for f0dce8d
.github/.m2/settings.xml
@@ -28,6 +28,13 @@
28
<url>https://maven.pkg.github.com/navikt/fp-abakus/</url>
29
</repository>
30
</repositories>
31
+ <pluginRepositories>
32
+ <pluginRepository>
33
+ <id>github</id>
34
+ <name>GitHub Apache Maven Packages</name>
35
+ <url>https://maven.pkg.github.com/navikt/fp-abakus/</url>
36
+ </pluginRepository>
37
+ </pluginRepositories>
38
</profile>
39
</profiles>
40
pom.xml
@@ -523,7 +523,7 @@
523
<dependency>
524
<groupId>no.nav.k9.dev</groupId>
525
<artifactId>dev-jakarta-transform</artifactId>
526
- <version>0.4.1</version>
+ <version>0.4.4</version>
527
</dependency>
528
529
<groupId>ant-contrib</groupId>
0 commit comments