aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1426e0e002..c03bb35c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,6 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.4.2.0</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
@@ -580,6 +579,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <!-- Matches the version of jackson-core-asl pulled in by avro -->
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>1.8.8</version>
+ </dependency>
</dependencies>
</dependencyManagement>