Skip to content

Commit 0221ca5

Browse files
committed
Merge branch 'master' of https://github.com/jmrozanec/cron-utils
2 parents eeb5986 + 90877ab commit 0221ca5

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.cronutils</groupId>
1212
<artifactId>cron-utils</artifactId>
13-
<version>9.1.1-SNAPSHOT</version>
13+
<version>9.1.2-SNAPSHOT</version>
1414

1515
<name>cron-utils</name>
1616
<description>A Java library to parse, migrate and validate crons as well as describe them in human readable
@@ -76,11 +76,6 @@
7676
<artifactId>slf4j-api</artifactId>
7777
<version>${slf4j.version}</version>
7878
</dependency>
79-
<dependency>
80-
<groupId>org.slf4j</groupId>
81-
<artifactId>slf4j-simple</artifactId>
82-
<version>${slf4j.version}</version>
83-
</dependency>
8479
<dependency>
8580
<groupId>javax.validation</groupId>
8681
<artifactId>validation-api</artifactId>
@@ -89,6 +84,12 @@
8984
</dependency>
9085

9186
<!--test dependencies-->
87+
<dependency>
88+
<groupId>org.slf4j</groupId>
89+
<artifactId>slf4j-simple</artifactId>
90+
<version>${slf4j.version}</version>
91+
<scope>test</scope>
92+
</dependency>
9293
<dependency>
9394
<groupId>junit</groupId>
9495
<artifactId>junit</artifactId>
@@ -148,6 +149,7 @@
148149
<groupId>org.projectlombok</groupId>
149150
<artifactId>lombok</artifactId>
150151
<version>1.18.10</version>
152+
<scope>provided</scope>
151153
</dependency>
152154
</dependencies>
153155

0 commit comments

Comments
 (0)