File tree Expand file tree Collapse file tree 3 files changed +70
-0
lines changed Expand file tree Collapse file tree 3 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 101
101
</exclusions >
102
102
</dependency >
103
103
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
+
104
128
<dependency >
105
129
<groupId >com.ibm.icu</groupId >
106
130
<artifactId >icu4j</artifactId >
Original file line number Diff line number Diff line change 426
426
</exclusions >
427
427
</dependency >
428
428
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
+
429
453
<dependency >
430
454
<groupId >org.expath.packaging</groupId >
431
455
<artifactId >pkg-java</artifactId >
Original file line number Diff line number Diff line change 58
58
<artifactId >exificient</artifactId >
59
59
</dependency >
60
60
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
+
61
83
<dependency >
62
84
<groupId >com.evolvedbinary.j8fu</groupId >
63
85
<artifactId >j8fu</artifactId >
You can’t perform that action at this time.
0 commit comments