export txt, ics

This commit is contained in:
mbremer
2021-07-18 21:18:59 +02:00
parent f4bfa7ed2f
commit 6b1b1f1d00
10 changed files with 167 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.mbremer</groupId>
<artifactId>buerokalender</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
@@ -103,6 +103,11 @@
<artifactId>bootstrap-icons</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>popper.js</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>