commit | f2ffaf168d2ab05576e259b08f42a2bece249ff8 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Tue Aug 06 13:17:56 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Tue Aug 06 13:17:56 2013 -0700 |
tree | e3aca24fdedf3ffaba3917e7a2f36bcd11613d36 | |
parent | 559aa5b9324cc2f1395d8847670543b1613ed03e [diff] | |
parent | cc5135db2b1731d52c80938143b46135c0a7123f [diff] |
Merge branch 'master' of https://code.google.com/p/asterixdb
diff --git a/asterix-aql/pom.xml b/asterix-aql/pom.xml index da13747..465c3b9 100644 --- a/asterix-aql/pom.xml +++ b/asterix-aql/pom.xml
@@ -139,6 +139,11 @@ <version>0.0.3</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + <version>2.4.0</version> + </dependency> </dependencies> </project>