We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28063f5 commit 429b982Copy full SHA for 429b982
pom.xml
@@ -11,7 +11,9 @@
11
12
<properties>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
- <maven.compiler.release>17</maven.compiler.release>
+ <maven.compiler.source>21</maven.compiler.source>
15
+ <maven.compiler.target>21</maven.compiler.target>
16
+ <jnosql.version>1.1.10</jnosql.version>
17
</properties>
18
19
<dependencyManagement>
@@ -41,6 +43,11 @@
41
43
</dependencyManagement>
42
44
45
<dependencies>
46
+ <dependency>
47
+ <groupId>org.eclipse.jnosql.databases</groupId>
48
+ <artifactId>jnosql-mongodb</artifactId>
49
+ <version>${jnosql.version}</version>
50
+ </dependency>
51
<dependency>
52
<groupId>io.cucumber</groupId>
53
<artifactId>cucumber-java</artifactId>
0 commit comments