vinothchandar commented on a change in pull request #780: Fixes HUDI-172 :
Cleanup Maven POM/Classpath
URL: https://github.com/apache/incubator-hudi/pull/780#discussion_r304692672
##########
File path: hoodie-integ-test/pom.xml
##########
@@ -6,35 +6,62 @@
<version>0.4.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>hoodie-integ-test</artifactId>
<modelVersion>4.0.0</modelVersion>
+
+ <artifactId>hoodie-integ-test</artifactId>
+
<dependencies>
- <dependency>
- <groupId>org.glassfish.jersey.connectors</groupId>
- <artifactId>jersey-apache-connector</artifactId>
- <version>2.17</version>
- </dependency>
+ <!-- Glassfish -->
+ <!-- needs to be at top -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
- <version>2.17</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.connectors</groupId>
+ <artifactId>jersey-apache-connector</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
- <version>2.17</version>
</dependency>
+
+ <!-- Docker-Java - Test-->
+ <!-- needs to be at top to force javax.ws version -->
Review comment:
can you leave more inline comments like this, on why certain things need to
be in that order?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services