Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.fullstack used in Maven example #31

Open
joemadeus opened this issue Apr 10, 2018 · 0 comments
Open

com.fullstack used in Maven example #31

joemadeus opened this issue Apr 10, 2018 · 0 comments

Comments

@joemadeus
Copy link

The (apparently) out of date com.fullcontact.grpc-jersey group ID is still being used in the maven example, which led to a bit of confusion in trying to set up the project. Substitute com.xorlev.grpc-jersey instead.

diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml
index d958f25..7cd0347 100644
--- a/examples/maven/pom.xml
+++ b/examples/maven/pom.xml
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.fullcontact.rpc.example</groupId>
+    <groupId>com.xorlev.rpc.example</groupId>
     <artifactId>test-grpc-jersey</artifactId>
     <version>1.0-SNAPSHOT</version>
 
@@ -45,7 +45,7 @@
             <version>${grpc.version}</version>
         </dependency>
         <dependency>
-            <groupId>com.fullcontact.grpc-jersey</groupId>
+            <groupId>com.xorlev.grpc-jersey</groupId>
             <artifactId>jersey-rpc-support</artifactId>
             <version>${grpc.jersey.version}</version>
         </dependency>
@@ -104,7 +104,7 @@
                         </goals>
                         <configuration>
                             <pluginId>grpc-jersey</pluginId>
-                            <pluginArtifact>com.fullcontact.grpc-jersey:protoc-gen-jersey:${grpc.jersey.version}:exe:${os.detected.classifier}</pluginArtifact>
+                            <pluginArtifact>com.xorlev.grpc-jersey:protoc-gen-jersey:${grpc.jersey.version}:exe:${os.detected.classifier}</pluginArtifact>
                             <outputDirectory>target/generated-sources/protobuf/java</outputDirectory>
                             <clearOutputDirectory>false</clearOutputDirectory>
                         </configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant