Cole-Greer commented on code in PR #2299:
URL: https://github.com/apache/tinkerpop/pull/2299#discussion_r1412661263


##########
gremlin-driver/src/main/java/examples/dependency-reduced-pom.xml:
##########
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tinkerpop</groupId>
+  <artifactId>run-examples</artifactId>

Review Comment:
   I had the same question on the 3.7 PR. I just remembered that I ran into 
this problem in the past. I believe this is what you need:
   ```
   <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-shade-plugin</artifactId>
       <version>3.4.1</version>
       <configuration>
           <createDependencyReducedPom>false</createDependencyReducedPom>
       </configuration>
   </plugin>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to