Skip to content

Commit c598fdb

Browse files
committed
Remove useless dependencies
1 parent ea6065e commit c598fdb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

core/pv/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,5 @@
7171
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
7272
<version>1.2.2</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>org.tango-controls</groupId>
76-
<artifactId>JTangoCommons</artifactId>
77-
<version>9.7.0</version>
78-
<scope>compile</scope>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.tango-controls</groupId>
82-
<artifactId>JTangoClientLang</artifactId>
83-
<version>9.6.8</version>
84-
<scope>compile</scope>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.tango-controls</groupId>
88-
<artifactId>JTangoServer</artifactId>
89-
<version>9.6.8</version>
90-
<scope>compile</scope>
91-
</dependency>
9274
</dependencies>
9375
</project>

0 commit comments

Comments
 (0)