Skip to content

Commit dc84923

Browse files
Trenger packaging eksplisitt her pga transform
1 parent 3e871d7 commit dc84923

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

innsyn/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>innsyn</artifactId>
13+
<packaging>jar</packaging>
1314

1415
<dependencies>
1516
<dependency>
@@ -28,9 +29,9 @@
2829
<groupId>org.hibernate.validator</groupId>
2930
<artifactId>hibernate-validator</artifactId>
3031
</dependency>
31-
<dependency>
32-
<groupId>no.nav.k9</groupId>
33-
<artifactId>soknad</artifactId>
34-
</dependency>
32+
<dependency>
33+
<groupId>no.nav.k9</groupId>
34+
<artifactId>soknad</artifactId>
35+
</dependency>
3536
</dependencies>
3637
</project>

0 commit comments

Comments
 (0)