Skip to content

Commit

Permalink
Cleanup Helidon BOM by removing artifacts that are not deployed (#6047)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Feb 1, 2023
1 parent 8cfc96f commit 6a9c006
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 80 deletions.
77 changes: 0 additions & 77 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,6 @@
<artifactId>helidon-microprofile</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.bundles</groupId>
<artifactId>internal-test-libs</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.microprofile</groupId>
<artifactId>helidon-microprofile-security</artifactId>
Expand Down Expand Up @@ -753,12 +748,6 @@
<artifactId>helidon-reactive-dbclient-tracing</artifactId>
<version>${helidon.version}</version>
</dependency>
<!-- db client examples -->
<dependency>
<groupId>io.helidon.examples.dbclient</groupId>
<artifactId>helidon-examples-dbclient-common</artifactId>
<version>${helidon.version}</version>
</dependency>

<!-- tracing -->
<dependency>
Expand Down Expand Up @@ -876,11 +865,6 @@
<artifactId>helidon-lra-coordinator-narayana-client</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.lra</groupId>
<artifactId>helidon-lra-coordinator-server</artifactId>
<version>${helidon.version}</version>
</dependency>

<!-- integrations -->
<dependency>
Expand All @@ -893,56 +877,6 @@
<artifactId>h2</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-api</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-config-source</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-hikaricp-accs</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-hikaricp-localhost</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-hikaricp</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-system-kubernetes</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-system-oracle-accs</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-ucp-accs</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-ucp-localhost</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.serviceconfiguration</groupId>
<artifactId>helidon-serviceconfiguration-ucp</artifactId>
<version>${helidon.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.integrations.cdi</groupId>
<artifactId>helidon-integrations-cdi-delegates</artifactId>
Expand Down Expand Up @@ -1231,17 +1165,6 @@
<artifactId>helidon-microprofile-bean-validation</artifactId>
<version>${helidon.version}</version>
</dependency>
<!-- Helidon tests tools -->
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-client</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Microstream -->
<dependency>
<groupId>io.helidon.integrations.microstream</groupId>
Expand Down
3 changes: 2 additions & 1 deletion examples/dbclient/jdbc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -107,6 +107,7 @@
<dependency>
<groupId>io.helidon.examples.dbclient</groupId>
<artifactId>helidon-examples-dbclient-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.metrics</groupId>
Expand Down
3 changes: 2 additions & 1 deletion examples/dbclient/mongodb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -89,6 +89,7 @@
<dependency>
<groupId>io.helidon.examples.dbclient</groupId>
<artifactId>helidon-examples-dbclient-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.metrics</groupId>
Expand Down
1 change: 1 addition & 0 deletions microprofile/lra/jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<dependency>
<groupId>io.helidon.lra</groupId>
<artifactId>helidon-lra-coordinator-server</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/dbclient/appl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.reactive.metrics</groupId>
Expand All @@ -106,6 +107,7 @@
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 3 additions & 1 deletion tests/integration/tools/example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Oracle and/or its affiliates.
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -75,10 +75,12 @@
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.helidon.tests.integration.tools</groupId>
<artifactId>helidon-tests-integration-tools-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6a9c006

Please sign in to comment.