Skip to content

Commit be7a65b

Browse files
committed
fix: depana
1 parent 3666f4e commit be7a65b

File tree

5 files changed

+6
-23
lines changed

5 files changed

+6
-23
lines changed

common-tools/clas-decay-tools/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
<artifactId>clas-reco</artifactId>
4646
<version>13.4.1-SNAPSHOT</version>
4747
</dependency>
48-
<dependency>
49-
<groupId>org.jlab.clas</groupId>
50-
<artifactId>clas-logging</artifactId>
51-
<version>13.4.1-SNAPSHOT</version>
52-
</dependency>
5348
<dependency>
5449
<groupId>org.jlab.clas</groupId>
5550
<artifactId>clas-utils</artifactId>

common-tools/clas-reco/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
<version>13.4.1-SNAPSHOT</version>
8585
</dependency>
8686

87+
<dependency>
88+
<groupId>org.jlab.clas</groupId>
89+
<artifactId>clas-logging</artifactId>
90+
<version>13.4.1-SNAPSHOT</version>
91+
</dependency>
92+
8793
</dependencies>
8894

8995
</project>

reconstruction/alert/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
<version>13.4.1-SNAPSHOT</version>
5757
<scope>compile</scope>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.jlab.clas</groupId>
61-
<artifactId>clas-logging</artifactId>
62-
<version>13.4.1-SNAPSHOT</version>
63-
<scope>test</scope>
64-
</dependency>
6559
<dependency>
6660
<groupId>org.jlab.clas</groupId>
6761
<artifactId>clas-utils</artifactId>

reconstruction/eb/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@
4545
<version>13.4.1-SNAPSHOT</version>
4646
<scope>test</scope>
4747
</dependency>
48-
<dependency>
49-
<groupId>org.jlab.clas</groupId>
50-
<artifactId>clas-logging</artifactId>
51-
<version>13.4.1-SNAPSHOT</version>
52-
<scope>test</scope>
53-
</dependency>
5448
<dependency>
5549
<groupId>org.jlab.clas</groupId>
5650
<artifactId>clas-detector</artifactId>

reconstruction/ec/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
<version>13.4.1-SNAPSHOT</version>
3030
<scope>test</scope>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.jlab.clas</groupId>
34-
<artifactId>clas-logging</artifactId>
35-
<version>13.4.1-SNAPSHOT</version>
36-
<scope>test</scope>
37-
</dependency>
3832
<dependency>
3933
<groupId>org.jlab.clas</groupId>
4034
<artifactId>clas-reco</artifactId>

0 commit comments

Comments
 (0)