slf4j deps
This commit is contained in:
parent
9dd95e8f27
commit
f76943bc30
8
pom.xml
8
pom.xml
@ -16,14 +16,14 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>slf4j-simple</artifactId>
|
||||||
<version>1.4.5</version>
|
<version>2.0.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>1.18.24</version>
|
<version>1.18.28</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mortennobel</groupId>
|
<groupId>com.mortennobel</groupId>
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
package de.ph87.kindermalen.toolbox.tool.stamp;
|
package de.ph87.kindermalen.toolbox.tool.stamp;
|
||||||
|
|
||||||
import de.ph87.kindermalen.MyComponent;
|
import de.ph87.kindermalen.*;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.*;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.util.Comparator;
|
import java.util.*;
|
||||||
|
|
||||||
import static de.ph87.kindermalen.CONFIG.SIDEBAR_WIDTH;
|
import static de.ph87.kindermalen.CONFIG.*;
|
||||||
import static de.ph87.kindermalen.CONFIG.STAMP_BUTTON_SIZE;
|
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class StampButtonList extends MyComponent {
|
public class StampButtonList extends MyComponent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user