Skip to content

Commit c084544

Browse files
4.x features (helidon-io#5549)
* New Features * New approach to feature catalog. * More details in docs-internal/feature-catalog.md Co-authored-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
1 parent 135bf6b commit c084544

254 files changed

Lines changed: 4869 additions & 1095 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bom/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,21 @@
686686
<artifactId>helidon-reactive-service-common</artifactId>
687687
<version>${helidon.version}</version>
688688
</dependency>
689+
<dependency>
690+
<groupId>io.helidon.common.features</groupId>
691+
<artifactId>helidon-common-features-api</artifactId>
692+
<version>${helidon.version}</version>
693+
</dependency>
694+
<dependency>
695+
<groupId>io.helidon.common.features</groupId>
696+
<artifactId>helidon-common-features-processor</artifactId>
697+
<version>${helidon.version}</version>
698+
</dependency>
699+
<dependency>
700+
<groupId>io.helidon.common.features</groupId>
701+
<artifactId>helidon-common-features</artifactId>
702+
<version>${helidon.version}</version>
703+
</dependency>
689704

690705
<!-- db client -->
691706
<dependency>

0 commit comments

Comments
 (0)