DATACMNS-885 - Added XML support for incoming projections based on XMLBeam.

Added an XML flavor of the support added in previous commits based on XML Beam [0].

[0] http://www.xmlbeam.org.
This commit is contained in:
Oliver Gierke
2016-07-23 18:23:44 +02:00
parent 762a12b4a2
commit e79c19d277
5 changed files with 211 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<properties>
<dist.key>DATACMNS</dist.key>
<scala>2.11.7</scala>
<xmlbeam>1.4.8</xmlbeam>
</properties>
<dependencies>
@@ -213,6 +214,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.xmlbeam</groupId>
<artifactId>xmlprojector</artifactId>
<version>${xmlbeam}</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>