|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - |
5 | | - <artifactId>app-waterfall-plot</artifactId> |
6 | 2 |
|
7 | 3 | <parent> |
| 4 | + <artifactId>app-display</artifactId> |
8 | 5 | <groupId>org.phoebus</groupId> |
9 | | - <artifactId>app</artifactId> |
10 | 6 | <version>5.0.3-SNAPSHOT</version> |
11 | 7 | </parent> |
12 | 8 |
|
| 9 | + <modelVersion>4.0.0</modelVersion> |
| 10 | + |
| 11 | + <artifactId>app-display-waterfallplot</artifactId> |
| 12 | + <name>${project.groupId}:${project.artifactId}</name> |
| 13 | + |
13 | 14 | <dependencies> |
14 | 15 | <dependency> |
15 | 16 | <groupId>org.phoebus</groupId> |
16 | 17 | <artifactId>core-framework</artifactId> |
17 | 18 | <version>5.0.3-SNAPSHOT</version> |
18 | 19 | </dependency> |
19 | | - <dependency> |
20 | | - <groupId>org.phoebus</groupId> |
21 | | - <artifactId>core-ui</artifactId> |
22 | | - <version>5.0.3-SNAPSHOT</version> |
23 | | - </dependency> |
24 | 20 | <dependency> |
25 | 21 | <groupId>org.phoebus</groupId> |
26 | 22 | <artifactId>core-types</artifactId> |
|
59 | 55 | <version>5.0.3-SNAPSHOT</version> |
60 | 56 | <scope>compile</scope> |
61 | 57 | </dependency> |
62 | | - <dependency> |
63 | | - <groupId>org.phoebus</groupId> |
64 | | - <artifactId>core-framework</artifactId> |
65 | | - <version>5.0.3-SNAPSHOT</version> |
66 | | - <scope>compile</scope> |
67 | | - </dependency> |
68 | 58 | <dependency> |
69 | 59 | <groupId>org.phoebus</groupId> |
70 | 60 | <artifactId>app-display-model</artifactId> |
|
77 | 67 | <version>5.0.3-SNAPSHOT</version> |
78 | 68 | <scope>compile</scope> |
79 | 69 | </dependency> |
80 | | - <dependency> |
81 | | - <groupId>org.phoebus</groupId> |
82 | | - <artifactId>app-display-representation</artifactId> |
83 | | - <version>5.0.3-SNAPSHOT</version> |
84 | | - <scope>compile</scope> |
85 | | - </dependency> |
86 | | - <dependency> |
87 | | - <groupId>org.phoebus</groupId> |
88 | | - <artifactId>app-display-representation</artifactId> |
89 | | - <version>5.0.3-SNAPSHOT</version> |
90 | | - <scope>compile</scope> |
91 | | - </dependency> |
92 | | - <dependency> |
93 | | - <groupId>org.phoebus</groupId> |
94 | | - <artifactId>app-display-representation</artifactId> |
95 | | - <version>5.0.3-SNAPSHOT</version> |
96 | | - <scope>compile</scope> |
97 | | - </dependency> |
98 | 70 | <dependency> |
99 | 71 | <groupId>org.phoebus</groupId> |
100 | 72 | <artifactId>app-display-representation-javafx</artifactId> |
|
107 | 79 | <version>5.0.3-SNAPSHOT</version> |
108 | 80 | <scope>compile</scope> |
109 | 81 | </dependency> |
110 | | - <dependency> |
111 | | - <groupId>org.phoebus</groupId> |
112 | | - <artifactId>app-display-runtime</artifactId> |
113 | | - <version>5.0.3-SNAPSHOT</version> |
114 | | - <scope>compile</scope> |
115 | | - </dependency> |
116 | 82 | </dependencies> |
117 | 83 | </project> |
0 commit comments