Skip to content

Commit b0ed25f

Browse files
Jorgen-5Jorgen-5
andauthored
Fix klass api and forvaltning crashes (#261)
* Remove log4j * Remove arguments from logback * Test with simple logback file * Updated logback * Downgrade logback * Revert to original logback file * Fix github actions --------- Co-authored-by: Jorgen-5 <rlj@ssb.no>
1 parent 2e35797 commit b0ed25f

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

klass-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>net.logstash.logback</groupId>
208208
<artifactId>logstash-logback-encoder</artifactId>
209-
<version>7.4</version>
209+
<version>6.6</version>
210210
</dependency>
211211
</dependencies>
212212

klass-api/src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
<appender-ref ref="STDOUT"/>
3636
</root>
3737

38-
</configuration>
38+
</configuration>

klass-forvaltning/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -155,23 +155,6 @@
155155
<version>1.0.3</version>
156156
</dependency>
157157

158-
<!-- Logging-->
159-
<dependency>
160-
<groupId>org.apache.logging.log4j</groupId>
161-
<artifactId>log4j-core</artifactId>
162-
<version>2.12.4</version>
163-
</dependency>
164-
<dependency>
165-
<groupId>org.apache.logging.log4j</groupId>
166-
<artifactId>log4j-slf4j-impl</artifactId>
167-
<version>2.12.4</version>
168-
</dependency>
169-
<dependency>
170-
<groupId>org.apache.logging.log4j</groupId>
171-
<artifactId>log4j-1.2-api</artifactId>
172-
<version>2.12.4</version>
173-
</dependency>
174-
175158
<!--VAADIN-->
176159
<dependency>
177160
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)