Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Bartel2014-10-01 07:51:38 +0000
committerJan Bartel2014-10-01 07:51:38 +0000
commit8bca0bbe7edba575a848bebe86f41e5a9d5c695d (patch)
tree76babee83a1b7b42dcd05f8dde6fe87f80cd9241 /tests
parente448ea0ab1f2ef69826b693f5ab438e67fe12246 (diff)
downloadorg.eclipse.jetty.project-8bca0bbe7edba575a848bebe86f41e5a9d5c695d.tar.gz
org.eclipse.jetty.project-8bca0bbe7edba575a848bebe86f41e5a9d5c695d.tar.xz
org.eclipse.jetty.project-8bca0bbe7edba575a848bebe86f41e5a9d5c695d.zip
Add mongo sessinon manager module tests back into build, but skipped
Diffstat (limited to 'tests')
-rw-r--r--tests/test-sessions/pom.xml2
-rw-r--r--tests/test-sessions/test-mongodb-sessions/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-sessions/pom.xml b/tests/test-sessions/pom.xml
index 66a04b80f7..fbb4ffe2a2 100644
--- a/tests/test-sessions/pom.xml
+++ b/tests/test-sessions/pom.xml
@@ -34,6 +34,6 @@
<module>test-hash-sessions</module>
<module>test-jdbc-sessions</module>
<!-- Requires mongodb server running -->
- <!-- module>test-mongodb-sessions</module -->
+ <module>test-mongodb-sessions</module>
</modules>
</project>
diff --git a/tests/test-sessions/test-mongodb-sessions/pom.xml b/tests/test-sessions/test-mongodb-sessions/pom.xml
index 74ee04521b..2f13223f44 100644
--- a/tests/test-sessions/test-mongodb-sessions/pom.xml
+++ b/tests/test-sessions/test-mongodb-sessions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
- <version>9.2.2-SNAPSHOT</version>
+ <version>9.2.4-SNAPSHOT</version>
</parent>
<artifactId>test-mongodb-sessions</artifactId>
<name>Jetty Tests :: Sessions :: Mongo</name>

Back to the top