Unverified Commit bb8f3706 authored by leo65535's avatar leo65535 Committed by GitHub

[Fix] fix build error (#653)

parent d01fa7ef
...@@ -80,6 +80,12 @@ ...@@ -80,6 +80,12 @@
<artifactId>phoenix-core</artifactId> <artifactId>phoenix-core</artifactId>
<version>5.0.0-HBase-2.0</version> <version>5.0.0-HBase-2.0</version>
<scope>${scope.runtime}</scope> <scope>${scope.runtime}</scope>
<exclusions>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment