Skip to content

Commit 5fc66ce

Browse files
committed
add missing dependency
1 parent aba3f25 commit 5fc66ce

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

reconstruction/calib/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@
2020
<dependency>
2121
<groupId>org.jlab.clas</groupId>
2222
<artifactId>clas-io</artifactId>
23-
<version>13.1.0-SNAPSHOT</version>
23+
<version>13.1.0-SNAPSHOT</version>
24+
</dependency>
25+
26+
<dependency>
27+
<groupId>org.jlab.clas</groupId>
28+
<artifactId>clas-detector</artifactId>
29+
<version>13.1.0-SNAPSHOT</version>
2430
</dependency>
2531

2632
<dependency>
2733
<groupId>org.jlab.clas</groupId>
2834
<artifactId>clas-reco</artifactId>
29-
<version>13.1.0-SNAPSHOT</version>
35+
<version>13.1.0-SNAPSHOT</version>
3036
</dependency>
3137

3238
</dependencies>
33-
<name>clas12detector-calib</name>
3439
</project>

0 commit comments

Comments
 (0)