Skip to content

Commit

Permalink
Include hazelcast-sql dependency in EE module (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerib committed Jul 20, 2023
1 parent cda1d24 commit fe4af5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ out/
atlassian-ide-plugin.xml

hazelcast-jdbc.iml
hazelcast-jdbc-root.iml
hazelcast-jdbc-core/hazelcast-jdbc-core.iml
hazelcast-jdbc-enterprise/hazelcast-jdbc-enterprise.iml
5 changes: 5 additions & 0 deletions hazelcast-jdbc-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<artifactId>hazelcast-enterprise</artifactId>
<version>${hazelcast.version}</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-sql</artifactId>
<version>${hazelcast.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<hazelcast.version>5.3.0</hazelcast.version>
<hazelcast.version>5.3.1</hazelcast.version>
<mockito.version>4.11.0</mockito.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
<maven.findbugs.plugin.version>3.0.5</maven.findbugs.plugin.version>
Expand Down

0 comments on commit fe4af5f

Please sign in to comment.