Skip to content

Commit 9257899

Browse files
author
Jorgen-5
committed
Remove log4j
1 parent 2e35797 commit 9257899

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/klass-api-build-and-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Klass-api build and deploy
22

33
on:
4+
pull_request:
45
release:
56
types: [ published ]
67
push:

.github/workflows/klass-forvaltning-build-and-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Klass-forvaltning build and deploy
22

33
on:
4+
pull_request:
45
release:
56
types: [ published ]
67
push:

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)