File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed
dependencies/phoebus-target Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >org.apache.poi</groupId >
3939 <artifactId >poi</artifactId >
40+ <exclusions >
41+ <exclusion >
42+ <groupId >com.zaxxer</groupId >
43+ <artifactId >SparseBitSet</artifactId >
44+ </exclusion >
45+ <exclusion >
46+ <groupId >org.slf4j</groupId >
47+ <artifactId >slf4j-api</artifactId >
48+ </exclusion >
49+ <exclusion >
50+ <groupId >org.slf4j</groupId >
51+ <artifactId >jcl-over-slf4j</artifactId >
52+ </exclusion >
53+ <exclusion >
54+ <groupId >commons-codec</groupId >
55+ <artifactId >commons-codec</artifactId >
56+ </exclusion >
57+ <exclusion >
58+ <groupId >org.apache.commons</groupId >
59+ <artifactId >commons-collections4</artifactId >
60+ </exclusion >
61+ <exclusion >
62+ <groupId >org.apache.commons</groupId >
63+ <artifactId >commons-math3</artifactId >
64+ </exclusion >
65+ </exclusions >
4066 <version >5.0.0</version >
4167 <scope >compile</scope >
4268 </dependency >
4369 </dependencies >
44- </project >
70+ </project >
Original file line number Diff line number Diff line change 504504 <artifactId >jackson-dataformat-yaml</artifactId >
505505 <version >2.19.1</version >
506506 </dependency >
507- <dependency >
508- <groupId >org.apache.poi</groupId >
509- <artifactId >poi</artifactId >
510- <version >5.0.0</version >
511- <scope >compile</scope >
512- </dependency >
513507
514508 <!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
515509 <dependency >
You can’t perform that action at this time.
0 commit comments