We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a8086 commit 491a0c0Copy full SHA for 491a0c0
org.restlet.java/org.restlet.example/pom.xml
@@ -17,12 +17,12 @@
17
<dependency>
18
<groupId>org.mongodb</groupId>
19
<artifactId>mongo-java-driver</artifactId>
20
- <version>2.11.3</version>
+ <version>${lib-mongodb-version}</version>
21
</dependency>
22
23
<groupId>org.testng</groupId>
24
<artifactId>testng</artifactId>
25
- <version>7.5.1</version>
+ <version>${lib-testng-version}</version>
26
27
28
<groupId>org.restlet</groupId>
0 commit comments