[OPB-3] adding daily job to check for new news posts

updating to abstracto 1.5.12
preparing for release
This commit is contained in:
Sheldan
2023-11-08 21:25:09 +01:00
parent 9f8d4ebcc8
commit 77bb7b043b
37 changed files with 684 additions and 18 deletions

View File

@@ -9,16 +9,15 @@
<artifactId>news</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>dev.sheldan.abstracto.scheduling</groupId>
<artifactId>scheduling-int</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>