Skip to content

Commit

Permalink
added missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Nov 10, 2024
1 parent a99b5bf commit cebd359
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion java/lora-ns-ttn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>4.28.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand All @@ -68,7 +73,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cebd359

Please sign in to comment.