|
61 | 61 | <dependencies>
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>no.nav.folketrygdloven.kalkulus</groupId>
|
64 |
| - <artifactId>kalkulus-beregningsregler</artifactId> |
| 64 | + <artifactId>beregningsregler</artifactId> |
65 | 65 | <version>${project.version}</version>
|
66 | 66 | </dependency>
|
67 | 67 | <dependency>
|
68 | 68 | <groupId>no.nav.folketrygdloven.kalkulus</groupId>
|
69 |
| - <artifactId>kalkulus-kodeverk</artifactId> |
| 69 | + <artifactId>kodeverk</artifactId> |
70 | 70 | <version>${project.version}</version>
|
71 | 71 | </dependency>
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>no.nav.folketrygdloven.kalkulus</groupId>
|
74 |
| - <artifactId>kalkulus-kontrakt</artifactId> |
| 74 | + <artifactId>kontrakt</artifactId> |
75 | 75 | <version>${project.version}</version>
|
76 | 76 | </dependency>
|
77 | 77 |
|
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>org.glassfish</groupId>
|
90 | 90 | <artifactId>jakarta.el</artifactId>
|
91 |
| - <version>4.0.2</version> |
| 91 | + <version>4.0.1</version> |
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.slf4j</groupId>
|
|
121 | 121 | <dependency>
|
122 | 122 | <groupId>com.fasterxml.jackson</groupId>
|
123 | 123 | <artifactId>jackson-bom</artifactId>
|
124 |
| - <version>2.16.2</version> |
| 124 | + <version>2.16.1</version> |
125 | 125 | <scope>import</scope>
|
126 | 126 | <type>pom</type>
|
127 | 127 | </dependency>
|
|
294 | 294 |
|
295 | 295 | </build>
|
296 | 296 |
|
| 297 | + <profiles> |
| 298 | + <profile> |
| 299 | + <id>sonar</id> |
| 300 | + <build> |
| 301 | + <plugins> |
| 302 | + <plugin> |
| 303 | + <groupId>org.jacoco</groupId> |
| 304 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 305 | + </plugin> |
| 306 | + </plugins> |
| 307 | + </build> |
| 308 | + </profile> |
| 309 | + <profile> |
| 310 | + <id>deploy</id> |
| 311 | + <build> |
| 312 | + <plugins> |
| 313 | + <plugin> |
| 314 | + <groupId>org.codehaus.mojo</groupId> |
| 315 | + <artifactId>flatten-maven-plugin</artifactId> |
| 316 | + </plugin> |
| 317 | + </plugins> |
| 318 | + </build> |
| 319 | + </profile> |
| 320 | + </profiles> |
| 321 | + |
297 | 322 | <scm>
|
298 | 323 | <connection>scm:git:ssh://git@github.com:navikt/ft-beregning.git</connection>
|
299 | 324 | <developerConnection>scm:git:ssh://git@github.com:navikt/ft-beregning.git
|
|
0 commit comments