Updated hazelcast jet interpreter pom.xml based on new structure.

This commit is contained in:
Vincenzo Selvaggio 2018-09-19 22:39:08 +01:00
parent 684a0c1a4c
commit 23a95669fd

View file

@ -20,10 +20,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>interpreter-parent</artifactId>
<artifactId>zeppelin-interpreter-parent</artifactId>
<groupId>org.apache.zeppelin</groupId>
<version>0.9.0-SNAPSHOT</version>
<relativePath>../interpreter-parent</relativePath>
<relativePath>../zeppelin-interpreter-parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.zeppelin</groupId>
@ -41,9 +41,8 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>zeppelin-interpreter</artifactId>
<artifactId>zeppelin-interpreter-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -82,6 +81,9 @@
<plugin>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>