Skip to content

Commit

Permalink
ID-4105: Legg til janino dependency (#96)
Browse files Browse the repository at this point in the history
* Legg til Janino dependency

* Legg til Janino dependency i springboot 3 starter

* Legg til Janino dependency i springboot 3 starter
  • Loading branch information
shoyheim-dd authored Apr 2, 2024
1 parent 888d567 commit 3244d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 6 additions & 2 deletions idporten-access-log-spring-boot-3-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<tomcat.version>10.1.19</tomcat.version>
<spring-boot.version>3.2.4</spring-boot.version>
<logback.version>1.4.14</logback.version>


<janino.version>3.1.12</janino.version>
</properties>

<dependencyManagement>
Expand All @@ -28,6 +27,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>${janino.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
6 changes: 0 additions & 6 deletions idporten-access-log-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<tomcat.version>10.1.19</tomcat.version>
<spring-boot.version>2.7.18</spring-boot.version>
<logback.version>1.2.13</logback.version>
<janino.version>3.1.12</janino.version>
</properties>

<dependencyManagement>
Expand All @@ -27,11 +26,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>${janino.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3244d93

Please sign in to comment.