Skip to content

Commit d5fae5f

Browse files
author
‘niuerzhuang’
committed
fix:
1. add com.sun.xml to shade. 2. delete GraphNode.java
1 parent 81647f6 commit d5fae5f

File tree

2 files changed

+4
-175
lines changed

2 files changed

+4
-175
lines changed

dongtai-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
<pattern>com.alibaba</pattern>
106106
<shadedPattern>${shade-prefix}.com.alibaba</shadedPattern>
107107
</relocation>
108+
<relocation>
109+
<pattern>com.sun.xml</pattern>
110+
<shadedPattern>${shade-prefix}.com.sun.xml</shadedPattern>
111+
</relocation>
108112
</relocations>
109113
</configuration>
110114
</execution>

dongtai-core/src/main/java/io/dongtai/iast/core/handler/hookpoint/graphy/GraphNode.java

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)