Skip to content

Commit 9282481

Browse files
committed
build: better isolation
1 parent b085277 commit 9282481

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

reconstruction/cvt/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,13 @@
9595
<groupId>junit</groupId>
9696
<artifactId>junit</artifactId>
9797
</dependency>
98-
<!-- FIXME(CD): only the new code in `src/main/java/org/jlab/rec/cvt/ml` needs the 4 following dependencies;
99-
should we move this `ml` directory to a new module? -->
98+
<!-- FIXME(CD): only the new code in `src/main/java/org/jlab/rec/cvt/ml` needs this dependency;
99+
should we move this `ml/qcddat` directory to a new module? -->
100+
<dependency>
101+
<groupId>org.jlab.jnp</groupId>
102+
<artifactId>jnp-hipo4</artifactId>
103+
</dependency>
104+
<!-- FIXME(CD): within this `ml/` directory, the `qcddat` subdirectory additionally needs these `javafx` dependencies -->
100105
<dependency>
101106
<groupId>org.openjfx</groupId>
102107
<artifactId>javafx-base</artifactId>
@@ -112,10 +117,6 @@
112117
<artifactId>javafx-controls</artifactId>
113118
<classifier>linux</classifier>
114119
</dependency>
115-
<dependency>
116-
<groupId>org.jlab.jnp</groupId>
117-
<artifactId>jnp-hipo4</artifactId>
118-
</dependency>
119120
</dependencies>
120121

121122
</project>

0 commit comments

Comments
 (0)