Skip to content

Commit 183faf3

Browse files
committed
COH-25875: Remove loadbalancer and mock from coherence-bom
(auto-submit 94390 after successfully running remote remote.full) Job ID: job.9.20220719155029.31619 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 94393]
1 parent 2fc74fb commit 183faf3

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

prj/coherence-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@
178178
<artifactId>coherence-json</artifactId>
179179
<version>${project.version}</version>
180180
</dependency>
181-
<dependency>
182-
<groupId>${coherence.group.id}</groupId>
183-
<artifactId>coherence-loadbalancer</artifactId>
184-
<version>${project.version}</version>
185-
</dependency>
186181
<dependency>
187182
<groupId>${coherence.group.id}</groupId>
188183
<artifactId>coherence-login</artifactId>
@@ -203,11 +198,6 @@
203198
<artifactId>coherence-micrometer</artifactId>
204199
<version>${project.version}</version>
205200
</dependency>
206-
<dependency>
207-
<groupId>${coherence.group.id}</groupId>
208-
<artifactId>coherence-mock</artifactId>
209-
<version>${project.version}</version>
210-
</dependency>
211201
<dependency>
212202
<groupId>${coherence.group.id}</groupId>
213203
<artifactId>coherence-mp-config</artifactId>

prj/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,11 @@
394394
<!-- internal/shaded modules -->
395395
<module>coherence-core</module>
396396
<module>coherence-core-components</module>
397-
<module>coherence-discovery</module>
398397
<module>coherence-tracing</module>
399398

400399
<!-- distributed modules -->
401400
<module>coherence-bom</module>
401+
<module>coherence-discovery</module>
402402
<module>coherence</module>
403403
</modules>
404404
</profile>
@@ -430,12 +430,10 @@
430430
<module>coherence-javadoc</module>
431431
<module>coherence-jcache</module>
432432
<module>coherence-json</module>
433-
<module>coherence-loadbalancer</module>
434433
<module>coherence-login</module>
435434
<module>coherence-management</module>
436435
<module>coherence-metrics</module>
437436
<module>coherence-micrometer</module>
438-
<module>coherence-mock</module>
439437
<module>coherence-http-netty</module>
440438
<module>coherence-rest</module>
441439
<module>coherence-cdi</module>
@@ -499,12 +497,10 @@
499497
<module>coherence-docker</module>
500498
<module>coherence-jcache</module>
501499
<module>coherence-json</module>
502-
<module>coherence-loadbalancer</module>
503500
<module>coherence-login</module>
504501
<module>coherence-management</module>
505502
<module>coherence-metrics</module>
506503
<module>coherence-micrometer</module>
507-
<module>coherence-mock</module>
508504
<module>coherence-http-netty</module>
509505
<module>coherence-rest</module>
510506
<module>coherence-cdi</module>

0 commit comments

Comments
 (0)