Skip to content

Commit

Permalink
Move Neo4j provider to the end of the build
Browse files Browse the repository at this point in the history
Its tests are flaky
  • Loading branch information
lukas-krecan committed Nov 15, 2024
1 parent 2203f37 commit fce0240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<module>providers/r2dbc/shedlock-provider-r2dbc</module>
<module>providers/mongo/shedlock-provider-mongo</module>
<module>providers/mongo/shedlock-provider-mongo-reactivestreams</module>
<module>providers/neo4j/shedlock-provider-neo4j</module>
<module>providers/elasticsearch/shedlock-provider-elasticsearch8</module>
<module>providers/opensearch/shedlock-provider-opensearch</module>
<module>providers/couchbase/shedlock-provider-couchbase-javaclient3</module>
Expand All @@ -63,6 +62,7 @@
<module>providers/memcached/shedlock-provider-memcached-spy</module>
<module>providers/datastore/shedlock-provider-datastore</module>
<module>providers/spanner/shedlock-provider-spanner</module>
<module>providers/neo4j/shedlock-provider-neo4j</module>
</modules>

<properties>
Expand Down

0 comments on commit fce0240

Please sign in to comment.