working on string-templated based static pages

This commit is contained in:
2022-04-14 20:22:35 +02:00
parent b251e4e4cb
commit 0b13726d25
17 changed files with 2074 additions and 207 deletions

22
pom.xml
View File

@@ -39,10 +39,16 @@
<version>10.0.9</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>10.0.9</version>
</dependency>
<dependency>
<groupId>de.srsoftware</groupId>
<artifactId>tools</artifactId>
<version>1.1.18</version>
<artifactId>tools.translations</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
@@ -70,6 +76,18 @@
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.36.0.3</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>
</project>