Skip to content

Commit 02f425e

Browse files
committed
remove dependency on core-components-sources
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113218]
1 parent cf45133 commit 02f425e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

prj/coherence/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -62,20 +62,12 @@
6262
<version>${project.version}</version>
6363
</dependency>
6464

65-
<dependency>
66-
<groupId>${coherence.group.id}</groupId>
67-
<artifactId>coherence-core-components</artifactId>
68-
<version>${project.version}</version>
69-
<classifier>sources</classifier>
70-
<!-- A slight hack - test scope so that this dependency does not appear in the flattened pom -->
71-
<scope>test</scope>
72-
</dependency>
73-
7465
<dependency>
7566
<groupId>${coherence.group.id}</groupId>
7667
<artifactId>opentracing</artifactId>
7768
<version>${project.version}</version>
7869
</dependency>
70+
7971
<dependency>
8072
<groupId>${coherence.group.id}</groupId>
8173
<artifactId>opentelemetry</artifactId>

0 commit comments

Comments
 (0)