wonook commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267299773
##########
File path: examples/nexmark/pom.xml
##########
@@ -31,6 +31,11 @@ under the License.
<name>Nemo Examples: NEXMark</name>
<dependencies>
+ <dependency>
+ <groupId>org.apache.nemo</groupId>
+ <artifactId>nemo-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
Review comment:
This is also for making an über-jar. The dependencies had been confused up
in https://github.com/apache/incubator-nemo/pull/198.
----------------------------------------------------------------
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