File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
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 >
148149 <groupId >org.projectlombok</groupId >
149150 <artifactId >lombok</artifactId >
150151 <version >1.18.10</version >
152+ <scope >provided</scope >
151153 </dependency >
152154 </dependencies >
153155
You can’t perform that action at this time.
0 commit comments