Skip to content

Commit

Permalink
Issue #277 #168: remove guava rangesets implementation and guava depe…
Browse files Browse the repository at this point in the history
…ndency, since the feature was extracted to its own repo.
  • Loading branch information
jmrozanec committed Mar 15, 2018
1 parent 3f807d8 commit 484cc0b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 281 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<junit.version>4.12</junit.version>
<mockito.version>1.10.19</mockito.version>
<powermock.version>1.6.2</powermock.version>
<guava.version>24.0-jre</guava.version>
<javaee-api.version>8.0</javaee-api.version>

<github.global.server>github</github.global.server>
Expand All @@ -85,12 +84,6 @@
<version>${javaee-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>provided</scope>
</dependency>

<!--dependency>
<groupId>eu.lp0.slf4j</groupId>
Expand Down
171 changes: 0 additions & 171 deletions src/main/java/com/cronutils/utils/CronRangeSets.java

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/com/cronutils/utils/CronUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ public static ScheduleExpression asScheduleExpression(Cron cron){
}
return expression;
}

public static CronRangeSets asRangeSets(Cron cron){
return new CronRangeSets(cron);
}
}
99 changes: 0 additions & 99 deletions src/test/java/com/cronutils/utils/CronRangeSetsTest.java

This file was deleted.

0 comments on commit 484cc0b

Please sign in to comment.