Skip to content

Commit

Permalink
grpc impl and example client works.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahimEssaid committed Sep 22, 2023
1 parent 2bd6ca3 commit 35376e9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@
<distributionManagement>
<repository>
<id>oss</id>
<uniqueVersion>false</uniqueVersion>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>oss</id>
<uniqueVersion>true</uniqueVersion>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
Expand Down Expand Up @@ -346,16 +344,16 @@
<id>se-deploy</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-install-plugin</artifactId>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>default-install</id>-->
<!-- <phase>none</phase>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 35376e9

Please sign in to comment.