[ 
https://issues.apache.org/jira/browse/BEAM-6174?focusedWorklogId=171881&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-171881
 ]

ASF GitHub Bot logged work on BEAM-6174:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Dec/18 12:24
            Start Date: 04/Dec/18 12:24
    Worklog Time Spent: 10m 
      Work Description: dmvk closed pull request #7194: [BEAM-6174] Kryo 
dependency removed.
URL: https://github.com/apache/beam/pull/7194
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/java/extensions/euphoria/build.gradle 
b/sdks/java/extensions/euphoria/build.gradle
index 75d4b357be9c..e6ad57382ee6 100644
--- a/sdks/java/extensions/euphoria/build.gradle
+++ b/sdks/java/extensions/euphoria/build.gradle
@@ -21,13 +21,8 @@ applyJavaNature()
 
 description = "Apache Beam :: SDKs :: Java :: Extensions :: Euphoria Java 8 
DSL"
 
-ext {
-    kryoVersion = '4.0.2'
-}
-
 dependencies {
     shadow project(path: ":beam-sdks-java-core", configuration: "shadow")
-    shadow "com.esotericsoftware:kryo:${kryoVersion}"
     shadow library.java.guava
     testCompile library.java.mockito_core
     testCompile project(path: ":beam-sdks-java-extensions-kryo")


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 171881)
    Time Spent: 0.5h  (was: 20m)

> Remove unnecesarry Kryo dependecny from euphoria
> ------------------------------------------------
>
>                 Key: BEAM-6174
>                 URL: https://issues.apache.org/jira/browse/BEAM-6174
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-euphoria
>            Reporter: Vaclav Plajt
>            Assignee: Vaclav Plajt
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to