|
47 | 47 | <microprofile-lra.version>2.0.1</microprofile-lra.version>
|
48 | 48 | <microprofile-openapi.version>4.0.2</microprofile-openapi.version>
|
49 | 49 | <smallrye-common.version>2.12.0</smallrye-common.version>
|
50 |
| - <smallrye-config.version>3.12.4</smallrye-config.version> |
| 50 | + <smallrye-config.version>3.13.0</smallrye-config.version> |
51 | 51 | <smallrye-health.version>4.2.0</smallrye-health.version>
|
52 | 52 | <smallrye-metrics.version>4.0.0</smallrye-metrics.version>
|
53 | 53 | <smallrye-open-api.version>4.0.10</smallrye-open-api.version>
|
|
4119 | 4119 | <version>${project.version}</version>
|
4120 | 4120 | </dependency>
|
4121 | 4121 | <dependency>
|
4122 |
| - <!-- NOTE: this dependency is here to cause relocations to work; DO NOT MODIFY --> |
4123 |
| - <groupId>io.smallrye</groupId> |
4124 |
| - <artifactId>smallrye-config</artifactId> |
4125 |
| - <!-- This is intentionally hard-coded --> |
4126 |
| - <version>1.5.0</version> |
4127 |
| - </dependency> |
4128 |
| - <dependency> |
4129 |
| - <!-- NOTE: this dependency is here to cause relocations to work; DO NOT MODIFY --> |
4130 |
| - <groupId>io.smallrye</groupId> |
4131 |
| - <artifactId>smallrye-config-common</artifactId> |
4132 |
| - <!-- This is intentionally hard-coded --> |
4133 |
| - <version>1.5.0</version> |
| 4122 | + <groupId>io.smallrye.config</groupId> |
| 4123 | + <artifactId>smallrye-config-bom</artifactId> |
| 4124 | + <version>${smallrye-config.version}</version> |
| 4125 | + <type>pom</type> |
| 4126 | + <scope>import</scope> |
4134 | 4127 | </dependency>
|
4135 | 4128 | <dependency>
|
4136 | 4129 | <groupId>io.smallrye.config</groupId>
|
4137 | 4130 | <artifactId>smallrye-config</artifactId>
|
4138 | 4131 | <version>${smallrye-config.version}</version>
|
4139 | 4132 | <exclusions>
|
4140 |
| - <exclusion> |
4141 |
| - <groupId>org.osgi</groupId> |
4142 |
| - <artifactId>org.osgi.annotation.versioning</artifactId> |
4143 |
| - </exclusion> |
4144 | 4133 | <exclusion>
|
4145 | 4134 | <groupId>org.ow2.asm</groupId>
|
4146 | 4135 | <artifactId>asm</artifactId>
|
4147 | 4136 | </exclusion>
|
4148 | 4137 | </exclusions>
|
4149 | 4138 | </dependency>
|
4150 |
| - <dependency> |
4151 |
| - <groupId>io.smallrye.config</groupId> |
4152 |
| - <artifactId>smallrye-config-common</artifactId> |
4153 |
| - <version>${smallrye-config.version}</version> |
4154 |
| - </dependency> |
4155 |
| - <dependency> |
4156 |
| - <groupId>io.smallrye.config</groupId> |
4157 |
| - <artifactId>smallrye-config-core</artifactId> |
4158 |
| - <version>${smallrye-config.version}</version> |
4159 |
| - </dependency> |
4160 |
| - <dependency> |
4161 |
| - <groupId>io.smallrye.config</groupId> |
4162 |
| - <artifactId>smallrye-config-validator</artifactId> |
4163 |
| - <version>${smallrye-config.version}</version> |
4164 |
| - </dependency> |
4165 |
| - <dependency> |
4166 |
| - <groupId>io.smallrye.config</groupId> |
4167 |
| - <artifactId>smallrye-config-source-file-system</artifactId> |
4168 |
| - <version>${smallrye-config.version}</version> |
4169 |
| - </dependency> |
4170 |
| - <dependency> |
4171 |
| - <groupId>io.smallrye.config</groupId> |
4172 |
| - <artifactId>smallrye-config-source-yaml</artifactId> |
4173 |
| - <version>${smallrye-config.version}</version> |
4174 |
| - </dependency> |
4175 |
| - <dependency> |
4176 |
| - <groupId>io.smallrye.config</groupId> |
4177 |
| - <artifactId>smallrye-config-source-keystore</artifactId> |
4178 |
| - <version>${smallrye-config.version}</version> |
4179 |
| - </dependency> |
4180 |
| - <dependency> |
4181 |
| - <groupId>io.smallrye.config</groupId> |
4182 |
| - <artifactId>smallrye-config-crypto</artifactId> |
4183 |
| - <version>${smallrye-config.version}</version> |
4184 |
| - </dependency> |
4185 | 4139 | <dependency>
|
4186 | 4140 | <groupId>io.smallrye</groupId>
|
4187 | 4141 | <artifactId>smallrye-health</artifactId>
|
|
0 commit comments