Skip to content

Commit 2cce24d

Browse files
committed
Bump java8-parent to 1.3, slf4j-api provided scope
1 parent a43e215 commit 2cce24d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.avaje</groupId>
77
<artifactId>java8-parent</artifactId>
8-
<version>1.1</version>
8+
<version>1.3</version>
99
</parent>
1010

1111
<artifactId>avaje-datasource</artifactId>
@@ -18,10 +18,6 @@
1818
<tag>HEAD</tag>
1919
</scm>
2020

21-
<properties>
22-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
</properties>
24-
2521
<dependencies>
2622

2723
<dependency>
@@ -34,6 +30,7 @@
3430
<groupId>org.slf4j</groupId>
3531
<artifactId>slf4j-api</artifactId>
3632
<version>[1.7.12,)</version>
33+
<scope>provided</scope>
3734
</dependency>
3835

3936
<dependency>

0 commit comments

Comments
 (0)