|
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> |
|
30 | 26 | <groupId>io.fair-acc</groupId> |
31 | 27 | <artifactId>chartfx</artifactId> |
32 | 28 | <version>11.3.1</version> |
| 29 | + <exclusions> |
| 30 | + <!-- Use the Phoebus versions of javafx-base and javafx-controls: --> |
| 31 | + <exclusion> |
| 32 | + <groupId>org.openjfx</groupId> |
| 33 | + <artifactId>javafx-base</artifactId> |
| 34 | + </exclusion> |
| 35 | + <exclusion> |
| 36 | + <groupId>org.openjfx</groupId> |
| 37 | + <artifactId>javafx-controls</artifactId> |
| 38 | + </exclusion> |
| 39 | + </exclusions> |
33 | 40 | </dependency> |
34 | 41 | <dependency> |
35 | 42 | <groupId>org.slf4j</groupId> |
|
48 | 55 | <version>5.0.3-SNAPSHOT</version> |
49 | 56 | <scope>compile</scope> |
50 | 57 | </dependency> |
51 | | - <dependency> |
52 | | - <groupId>org.phoebus</groupId> |
53 | | - <artifactId>core-framework</artifactId> |
54 | | - <version>5.0.3-SNAPSHOT</version> |
55 | | - <scope>compile</scope> |
56 | | - </dependency> |
57 | 58 | <dependency> |
58 | 59 | <groupId>org.phoebus</groupId> |
59 | 60 | <artifactId>app-display-model</artifactId> |
|
66 | 67 | <version>5.0.3-SNAPSHOT</version> |
67 | 68 | <scope>compile</scope> |
68 | 69 | </dependency> |
69 | | - <dependency> |
70 | | - <groupId>org.phoebus</groupId> |
71 | | - <artifactId>app-display-representation</artifactId> |
72 | | - <version>5.0.3-SNAPSHOT</version> |
73 | | - <scope>compile</scope> |
74 | | - </dependency> |
75 | | - <dependency> |
76 | | - <groupId>org.phoebus</groupId> |
77 | | - <artifactId>app-display-representation</artifactId> |
78 | | - <version>5.0.3-SNAPSHOT</version> |
79 | | - <scope>compile</scope> |
80 | | - </dependency> |
81 | | - <dependency> |
82 | | - <groupId>org.phoebus</groupId> |
83 | | - <artifactId>app-display-representation</artifactId> |
84 | | - <version>5.0.3-SNAPSHOT</version> |
85 | | - <scope>compile</scope> |
86 | | - </dependency> |
87 | 70 | <dependency> |
88 | 71 | <groupId>org.phoebus</groupId> |
89 | 72 | <artifactId>app-display-representation-javafx</artifactId> |
|
96 | 79 | <version>5.0.3-SNAPSHOT</version> |
97 | 80 | <scope>compile</scope> |
98 | 81 | </dependency> |
99 | | - <dependency> |
100 | | - <groupId>org.phoebus</groupId> |
101 | | - <artifactId>app-display-runtime</artifactId> |
102 | | - <version>5.0.3-SNAPSHOT</version> |
103 | | - <scope>compile</scope> |
104 | | - </dependency> |
105 | 82 | </dependencies> |
106 | 83 | </project> |
0 commit comments