Fix maven

This commit is contained in:
Jacek Wolniewicz
2023-08-18 00:50:32 +02:00
parent 1bbef3b0ee
commit 71e354affb
6 changed files with 21 additions and 27 deletions

View File

@@ -65,6 +65,8 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
@@ -75,6 +77,12 @@
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>