Skip to content

Commit e753ba1

Browse files
committed
Update pom files
1 parent 784e5e8 commit e753ba1

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

exist-core/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,30 @@
101101
</exclusions>
102102
</dependency>
103103

104+
<dependency>
105+
<groupId>com.siemens.ct.exi</groupId>
106+
<artifactId>exificient-grammars</artifactId>
107+
<scope>compile</scope>
108+
<exclusions>
109+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
110+
<groupId>xerces</groupId>
111+
<artifactId>xercesImpl</artifactId>
112+
</exclusion>
113+
</exclusions>
114+
</dependency>
115+
116+
<dependency>
117+
<groupId>com.siemens.ct.exi</groupId>
118+
<artifactId>exificient-core</artifactId>
119+
<scope>compile</scope>
120+
<exclusions>
121+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
122+
<groupId>xerces</groupId>
123+
<artifactId>xercesImpl</artifactId>
124+
</exclusion>
125+
</exclusions>
126+
</dependency>
127+
104128
<dependency>
105129
<groupId>com.ibm.icu</groupId>
106130
<artifactId>icu4j</artifactId>

exist-parent/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,30 @@
426426
</exclusions>
427427
</dependency>
428428

429+
<dependency>
430+
<groupId>com.siemens.ct.exi</groupId>
431+
<artifactId>exificient-grammars</artifactId>
432+
<version>1.0.7</version>
433+
<exclusions>
434+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
435+
<groupId>xerces</groupId>
436+
<artifactId>xercesImpl</artifactId>
437+
</exclusion>
438+
</exclusions>
439+
</dependency>
440+
441+
<dependency>
442+
<groupId>com.siemens.ct.exi</groupId>
443+
<artifactId>exificient-core</artifactId>
444+
<version>1.0.7</version>
445+
<exclusions>
446+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
447+
<groupId>xerces</groupId>
448+
<artifactId>xercesImpl</artifactId>
449+
</exclusion>
450+
</exclusions>
451+
</dependency>
452+
429453
<dependency>
430454
<groupId>org.expath.packaging</groupId>
431455
<artifactId>pkg-java</artifactId>

extensions/modules/exi/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@
5858
<artifactId>exificient</artifactId>
5959
</dependency>
6060

61+
<dependency>
62+
<groupId>com.siemens.ct.exi</groupId>
63+
<artifactId>exificient-grammars</artifactId>
64+
<exclusions>
65+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
66+
<groupId>xerces</groupId>
67+
<artifactId>xercesImpl</artifactId>
68+
</exclusion>
69+
</exclusions>
70+
</dependency>
71+
72+
<dependency>
73+
<groupId>com.siemens.ct.exi</groupId>
74+
<artifactId>exificient-core</artifactId>
75+
<exclusions>
76+
<exclusion> <!-- conflicts with xerces 2.12.2 -->
77+
<groupId>xerces</groupId>
78+
<artifactId>xercesImpl</artifactId>
79+
</exclusion>
80+
</exclusions>
81+
</dependency>
82+
6183
<dependency>
6284
<groupId>com.evolvedbinary.j8fu</groupId>
6385
<artifactId>j8fu</artifactId>

0 commit comments

Comments
 (0)