We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7176afa commit 6efc37aCopy full SHA for 6efc37a
dependencies/phoebus-target/pom.xml
@@ -498,6 +498,19 @@
498
<version>2.1</version>
499
</dependency>
500
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
508
+ <groupId>org.apache.poi</groupId>
509
+ <artifactId>poi</artifactId>
510
+ <version>5.0.0</version>
511
+ <scope>compile</scope>
512
513
+
514
<!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-client -->
515
<dependency>
516
<groupId>org.apache.activemq</groupId>
0 commit comments