Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 442e894

Browse files
committed
Remove protobuf integration and link native API.
1 parent e3f9435 commit 442e894

File tree

30 files changed

+10
-150820
lines changed

30 files changed

+10
-150820
lines changed

agrirouter-api-java-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<dependencies>
1616
<dependency>
17-
<groupId>com.agrirouter.api.lmis</groupId>
18-
<artifactId>agrirouter-api-java-protobuf</artifactId>
17+
<groupId>com.agrirouter.proto</groupId>
18+
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.hibernate</groupId>

agrirouter-api-java-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<dependencies>
1616
<dependency>
17-
<groupId>com.agrirouter.api.lmis</groupId>
18-
<artifactId>agrirouter-api-java-protobuf</artifactId>
17+
<groupId>com.agrirouter.proto</groupId>
18+
<artifactId>agrirouter-api-protobuf-definitions</artifactId>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.google.protobuf</groupId>

agrirouter-api-java-protobuf/pom.xml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)