Skip to content

Commit 1814dc8

Browse files
committed
remove duplicate dependency def
1 parent 6efc37a commit 1814dc8

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

app/queue-server/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,34 @@
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>

dependencies/phoebus-target/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,6 @@
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>

0 commit comments

Comments
 (0)