Skip to content

Instantly share code, notes, and snippets.

@matrixcloud
Created June 15, 2018 03:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matrixcloud/d3e97325621748401d82c4134c11226e to your computer and use it in GitHub Desktop.
Save matrixcloud/d3e97325621748401d82c4134c11226e to your computer and use it in GitHub Desktop.
com.sun.xml.internal.bind.marshaller does not exist
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArguments>
<bootclasspath>${JAVA_HOME}/jre/lib/rt.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment