Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/paging-predicate/member-with-comparator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.3.0</version>
<version>5.6.0</version>
</dependency>
</dependencies>

Expand Down
7 changes: 0 additions & 7 deletions tests/integration/dbapi/dbapi20.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
""" Python DB API 2.0 driver compliance unit test suite.

This software is Public Domain and may be used without restrictions.

"Now we have booze and barflies entering the discussion, plus rumours of
DBAs on drugs... and I won't tell you what flashes through my mind each
time I read the subject line with 'Anal Compliance' in it. All around
this is turning out to be a thoroughly unwholesome unit test."

-- Ian Bicking
"""

__version__ = "1.15.0"
Expand Down