Skip to content

Commit 42e9e85

Browse files
committed
mbeddr.doc: updated java libraries for org.apache.poi bundled dependency
*) included jars according to the transitive dependencies of the curerntly used version
1 parent 8f41108 commit 42e9e85

File tree

3 files changed

+42
-7
lines changed

3 files changed

+42
-7
lines changed

code/languages/com.mbeddr.doc/solutions/com.mbeddr.spreadsheet.libs/com.mbeddr.spreadsheet.libs.msd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<solution name="com.mbeddr.spreadsheet.libs" uuid="fc506c9e-94ac-4d65-9950-01def4cba278" moduleVersion="0">
33
<models>
4-
<modelRoot type="default" contentPath="${module}">
4+
<modelRoot contentPath="${module}" type="default">
55
<sourceRoot location="models" />
66
</modelRoot>
7-
<modelRoot type="java_classes" contentPath="${module}/lib">
7+
<modelRoot contentPath="${module}/lib" type="java_classes">
88
<sourceRoot location="commons-codec.jar" />
99
<sourceRoot location="commons-collections4.jar" />
1010
<sourceRoot location="curvesapi.jar" />
@@ -17,6 +17,8 @@
1717
<facets>
1818
<facet type="java" compile="mps" classes="mps" ext="no">
1919
<classes generated="true" path="${module}/classes_gen" />
20+
<library location="${module}/lib/commons-io.jar" />
21+
<library location="${module}/lib/log4j-api.jar" />
2022
<library location="${module}/lib/commons-codec.jar" />
2123
<library location="${module}/lib/commons-collections4.jar" />
2224
<library location="${module}/lib/curvesapi.jar" />

code/languages/com.mbeddr.platform.build/solutions/com.mbeddr.platform/models/com/mbeddr/platform/build.mps

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15000,6 +15000,44 @@
1500015000
</node>
1500115001
</node>
1500215002
</node>
15003+
<node concept="1SiIV0" id="19CIvIhsHGS" role="3bR37C">
15004+
<node concept="1BurEX" id="19CIvIhsHGT" role="1SiIV1">
15005+
<node concept="398BVA" id="19CIvIhsHGF" role="1BurEY">
15006+
<ref role="398BVh" node="1m4fy7Kxwst" resolve="mbeddr.doc" />
15007+
<node concept="2Ry0Ak" id="19CIvIhsHGG" role="iGT6I">
15008+
<property role="2Ry0Am" value="solutions" />
15009+
<node concept="2Ry0Ak" id="19CIvIhsHGH" role="2Ry0An">
15010+
<property role="2Ry0Am" value="com.mbeddr.spreadsheet.libs" />
15011+
<node concept="2Ry0Ak" id="19CIvIhsHGI" role="2Ry0An">
15012+
<property role="2Ry0Am" value="lib" />
15013+
<node concept="2Ry0Ak" id="19CIvIhsHGJ" role="2Ry0An">
15014+
<property role="2Ry0Am" value="commons-io.jar" />
15015+
</node>
15016+
</node>
15017+
</node>
15018+
</node>
15019+
</node>
15020+
</node>
15021+
</node>
15022+
<node concept="1SiIV0" id="19CIvIhsHH7" role="3bR37C">
15023+
<node concept="1BurEX" id="19CIvIhsHH8" role="1SiIV1">
15024+
<node concept="398BVA" id="19CIvIhsHGU" role="1BurEY">
15025+
<ref role="398BVh" node="1m4fy7Kxwst" resolve="mbeddr.doc" />
15026+
<node concept="2Ry0Ak" id="19CIvIhsHGV" role="iGT6I">
15027+
<property role="2Ry0Am" value="solutions" />
15028+
<node concept="2Ry0Ak" id="19CIvIhsHGW" role="2Ry0An">
15029+
<property role="2Ry0Am" value="com.mbeddr.spreadsheet.libs" />
15030+
<node concept="2Ry0Ak" id="19CIvIhsHGX" role="2Ry0An">
15031+
<property role="2Ry0Am" value="lib" />
15032+
<node concept="2Ry0Ak" id="19CIvIhsHGY" role="2Ry0An">
15033+
<property role="2Ry0Am" value="log4j-api.jar" />
15034+
</node>
15035+
</node>
15036+
</node>
15037+
</node>
15038+
</node>
15039+
</node>
15040+
</node>
1500315041
</node>
1500415042
<node concept="1E1JtD" id="4aKYPQyr67s" role="2G$12L">
1500515043
<property role="TrG5h" value="com.mbeddr.spreadsheet" />

subprojects/com.mbeddr/platform/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ class BundledDep {
5050
def bundledDeps = [
5151
new BundledDep('commonmark', ['org.commonmark:commonmark:0.24.0'], 'com.mbeddr.doc/languages/com.mbeddr.doc.gen_markdown'),
5252
new BundledDep('poi-ooxml', ['org.apache.poi:poi-ooxml:5.4.1'], 'com.mbeddr.doc/solutions/com.mbeddr.spreadsheet.libs', {
53-
exclude group: 'org.slf4j'
5453
exclude module: 'commons-compress'
55-
exclude group: 'org.bouncycastle'
56-
exclude module: 'xmlsec'
57-
exclude module: 'batik-all'
58-
exclude module: 'graphics2d'
5954
exclude module: 'commons-math3'
6055
exclude module: 'SparseBitSet'
6156
}),

0 commit comments

Comments
 (0)