Added Holiday check
This commit is contained in:
parent
0520005e27
commit
c951776d65
7 changed files with 55 additions and 21 deletions
15
pom.xml
15
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>be.jaud</groupId>
|
||||
<artifactId>OebbApi</artifactId>
|
||||
<version>0.5</version>
|
||||
<version>0.7</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>ÖBB delay check and output for Info Orbs</name>
|
||||
<properties>
|
||||
|
@ -29,9 +29,14 @@
|
|||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.5.12</version>
|
||||
<version>1.5.13</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependency>
|
||||
<groupId>de.fumix</groupId>
|
||||
<artifactId>holidays</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>OebbApi</finalName>
|
||||
<plugins>
|
||||
|
@ -88,8 +93,8 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
<source>16</source>
|
||||
<target>16</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue