Skip to content

Commit 258aab4

Browse files
committed
fix conflicts
1 parent ece4cd6 commit 258aab4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

common-tools/clas-tracking/src/main/java/org/jlab/clas/tracking/kalmanfilter/zReference/KFitterWithURWell.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import java.util.logging.Logger;
77
import java.util.logging.Level;
88

9-
import org.jlab.clas.clas.math.FastMath;
109
import org.jlab.clas.swimtools.Swim;
1110
import org.jlab.clas.tracking.kalmanfilter.AKFitter;
1211
import org.jlab.clas.tracking.kalmanfilter.AMeasVecs;

common-tools/coat-libs/.flattened-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.jlab.coat</groupId>
66
<artifactId>coat-libs</artifactId>
7-
<version>13.0.1-SNAPSHOT</version>
7+
<version>13.5.0-SNAPSHOT</version>
88
</project>

reconstruction/dc/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<version>13.5.0-SNAPSHOT</version>
3737
<scope>test</scope>
3838
</dependency>
39+
<dependency>
40+
<groupId>org.jlab.clas12.detector</groupId>
41+
<artifactId>clas12detector-urwell</artifactId>
42+
<version>13.5.0-SNAPSHOT</version>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.jlab.clas</groupId>
4146
<artifactId>clas-tracking</artifactId>

0 commit comments

Comments
 (0)