We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43e215 commit 2cce24dCopy full SHA for 2cce24d
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.avaje</groupId>
7
<artifactId>java8-parent</artifactId>
8
- <version>1.1</version>
+ <version>1.3</version>
9
</parent>
10
11
<artifactId>avaje-datasource</artifactId>
@@ -18,10 +18,6 @@
18
<tag>HEAD</tag>
19
</scm>
20
21
- <properties>
22
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
- </properties>
24
-
25
<dependencies>
26
27
<dependency>
@@ -34,6 +30,7 @@
34
30
<groupId>org.slf4j</groupId>
35
31
<artifactId>slf4j-api</artifactId>
36
32
<version>[1.7.12,)</version>
33
+ <scope>provided</scope>
37
</dependency>
38
39
0 commit comments