Skip to content

Commit

Permalink
Fjerne avhengigheter til jakarta.el (#1357)
Browse files Browse the repository at this point in the history
* Fjerne avhengigheter til jakarta.el

* Oppdatere bom
  • Loading branch information
jolarsen committed Apr 10, 2024
1 parent 7d34cb6 commit e096146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions felles/testutilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>felles-db</artifactId>
</dependency>
<dependency>
<!-- Trenges antageligvis ikke til noe siden hibernate-validation ikke brukes her -->
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
</parent>

<artifactId>felles-root</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit e096146

Please sign in to comment.