wonook commented on a change in pull request #203: [NEMO-360] Implementing an 
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267627060
 
 

 ##########
 File path: runtime/common/pom.xml
 ##########
 @@ -78,5 +73,16 @@ under the License.
             <artifactId>jackson-databind</artifactId>
             <version>${jackson.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.postgresql</groupId>
+            <artifactId>postgresql</artifactId>
+            <version>${postgresql.version}</version>
+        </dependency>
+        <!--For serialization & deserialization of Beam components-->
+        <dependency>
+            <groupId>org.apache.nemo</groupId>
+            <artifactId>nemo-compiler-frontend-beam</artifactId>
 
 Review comment:
   I'll convert the scope to `test` and fix the script.

----------------------------------------------------------------
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

Reply via email to