Skip to content

Commit

Permalink
Merge branch 'master' into feature/liveobjects-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder authored Jun 1, 2024
2 parents cfe90d2 + 333c731 commit 7a67639
Show file tree
Hide file tree
Showing 155 changed files with 51,346 additions and 4,337 deletions.
2 changes: 1 addition & 1 deletion java/lora-interface/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<factorypath>
<factorypathentry kind="VARJAR" id="M2_REPO/org/projectlombok/lombok/1.18.24/lombok-1.18.24.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/org/projectlombok/lombok/1.18.32/lombok-1.18.32.jar" enabled="true" runInBatchMode="false"/>
</factorypath>
13 changes: 13 additions & 0 deletions java/lora-ns-actility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-core</artifactId>
<version>8.3.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
Loading

0 comments on commit 7a67639

Please sign in to comment.