doing the js thing in java

master
BodgeMaster 2022-02-22 20:00:15 +01:00
parent 38803d519d
commit a4a004cf94
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
<artifactId>mariadb-java-client</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>5.1.1</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>17</maven.compiler.source>