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 c598fdb commit 009d575Copy full SHA for 009d575
core/pv/pom.xml
@@ -71,5 +71,11 @@
71
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
72
<version>1.2.2</version>
73
</dependency>
74
+ <dependency>
75
+ <groupId>org.tango-controls</groupId>
76
+ <artifactId>JTango</artifactId>
77
+ <version>9.7.0</version>
78
+ <type>pom</type>
79
+ </dependency>
80
</dependencies>
81
</project>
dependencies/phoebus-target/pom.xml
@@ -554,8 +554,6 @@
554
<type>pom</type>
555
556
557
-
558
559
560
561
<build>
0 commit comments