djuang1 / parquet

Parquet extension for Mule 4.x
9 stars 5 forks source link

maven deploy error. #8

Open vvicky72 opened 11 months ago

vvicky72 commented 11 months ago

[ERROR] Failed to execute goal org.mule.tools.maven:mule-maven-plugin:3.8.7:deploy (default-deploy) on project cp-sapi-app: Execution default-deploy of goal org.mule.tools.maven:mule-maven-plugin:3.8.7:deploy failed: An API incompatibility was encountered while executing org.mule.tools.maven:mule-maven-plugin:3.8.7:deploy: java.lang.AbstractMethodError: javax.ws.rs.core.UriBuilder.uri(Ljava/lang/String;)Ljavax/ws/rs/core/UriBuilder;

This may have to do with versions 1 and 2 of com.sun.jersey both being included.

Update: org.apache.hadoop uses com.sun.jersey jars and mule maven pluggin uses the org.glassfish.jersey versions causing the clash. Can this connector work without using the org.apache.hadoop library?