Skip to content

Commit 6efc37a

Browse files
committed
Add qserver dependencies to the phoebus target
1 parent 7176afa commit 6efc37a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dependencies/phoebus-target/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,19 @@
498498
<version>2.1</version>
499499
</dependency>
500500

501+
<!-- required but Qserver applications -->
502+
<dependency>
503+
<groupId>com.fasterxml.jackson.dataformat</groupId>
504+
<artifactId>jackson-dataformat-yaml</artifactId>
505+
<version>2.19.1</version>
506+
</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>
513+
501514
<!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
502515
<dependency>
503516
<groupId>org.apache.activemq</groupId>

0 commit comments

Comments
 (0)