diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-05 14:50:56 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-05 14:50:56 +0000 |
commit | 2aed326efb069c113ab20e6a105bd9f63aa7880e (patch) | |
tree | 41c0bec30e02e494c8cc70333e4a2532735eec4f /pom.xml | |
parent | a80460a0417392440063bb1318c29ae39636eab2 (diff) | |
download | archiva-2aed326efb069c113ab20e6a105bd9f63aa7880e.tar.gz archiva-2aed326efb069c113ab20e6a105bd9f63aa7880e.zip |
simplify enunciate generation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>9</version> + <version>10-SNAPSHOT</version> <relativePath /> </parent> @@ -92,7 +92,7 @@ <httpclient.core.version>4.2.2</httpclient.core.version> <javaxMailVersion>1.4</javaxMailVersion> <jettyVersion>8.1.7.v20120910</jettyVersion> - <jacksonVersion>1.9.9</jacksonVersion> + <!-- restore when we will be able to use a derby in memory database --> <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl> <redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver> |