Skip to content

Commit

Permalink
no longer excluding hive
Browse files Browse the repository at this point in the history
  • Loading branch information
antleb committed Apr 25, 2024
1 parent cafb3e2 commit 1b97091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DBAccess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</exclusion>
<!--
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
</exclusion>
</exclusion>
-->
<exclusion>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
Expand Down

0 comments on commit 1b97091

Please sign in to comment.