<dependency>
<groupId>cz.seznam.euphoria</groupId>
<artifactId>euphoria-spark</artifactId>
<version>0.5.0</version>
</dependency>
<parent> <groupId>cz.seznam.euphoria</groupId> <artifactId>euphoria-parent</artifactId> <version>0.5.0</version> </parent>
compile
|-- cz.seznam.euphoria:euphoria-core
|-- cz.seznam.euphoria:euphoria-hadoop
provided
|-- org.apache.spark:spark-core_2.10
test
|-- cz.seznam.euphoria:euphoria-operator-testkit
|-- junit:junit