Skip to content

Commit

Permalink
Merge pull request #7001 from Pandrex247/add-smallrye-common-property
Browse files Browse the repository at this point in the history
Add smallrye common property
  • Loading branch information
Pandrex247 authored Oct 9, 2024
2 parents e8bb4fe + 6ba05dd commit b4f9c57
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) [2022] Payara Foundation and/or its affiliates. All rights reserved.
* Copyright (c) 2022-2024 Payara Foundation and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -50,6 +50,10 @@
<version>3.9.1</version>
<name>Payara Samples - Payara - smallrye-config repackaged as a module</name>

<properties>
<smallrye-common.version>2.7.0</smallrye-common.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -140,31 +144,31 @@
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-annotation</artifactId>
<version>2.6.0</version>
<version>${smallrye-common.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-expression</artifactId>
<version>2.6.0</version>
<version>${smallrye-common.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-function</artifactId>
<version>2.6.0</version>
<version>${smallrye-common.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-constraint</artifactId>
<version>2.6.0</version>
<version>${smallrye-common.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-classloader</artifactId>
<version>2.6.0</version>
<version>${smallrye-common.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit b4f9c57

Please sign in to comment.