|
98 | 98 | <version.lib.junit-platform-testkit>1.11.3</version.lib.junit-platform-testkit>
|
99 | 99 | <version.lib.kafka>3.8.1</version.lib.kafka>
|
100 | 100 | <version.lib.log4j>2.21.1</version.lib.log4j>
|
101 |
| - <version.lib.logback>1.4.14</version.lib.logback> |
102 | 101 | <version.lib.mariadb-java-client>2.6.2</version.lib.mariadb-java-client>
|
103 | 102 | <version.lib.maven-wagon>2.10</version.lib.maven-wagon>
|
104 | 103 | <version.lib.micrometer>1.13.4</version.lib.micrometer>
|
|
328 | 327 | <artifactId>jaxb-runtime</artifactId>
|
329 | 328 | <version>${version.lib.jaxb-runtime}</version>
|
330 | 329 | </dependency>
|
| 330 | + <dependency> |
| 331 | + <!-- contains the API as well --> |
| 332 | + <groupId>org.glassfish</groupId> |
| 333 | + <artifactId>jakarta.el</artifactId> |
| 334 | + <version>${version.lib.el-impl}</version> |
| 335 | + </dependency> |
331 | 336 | <dependency>
|
332 | 337 | <groupId>jakarta.ws.rs</groupId>
|
333 | 338 | <artifactId>jakarta.ws.rs-api</artifactId>
|
|
750 | 755 | <artifactId>jandex</artifactId>
|
751 | 756 | <version>${version.lib.jandex}</version>
|
752 | 757 | </dependency>
|
753 |
| - <dependency> |
754 |
| - <groupId>org.slf4j</groupId> |
755 |
| - <artifactId>slf4j-api</artifactId> |
756 |
| - <version>${version.lib.slf4j}</version> |
757 |
| - </dependency> |
758 |
| - <dependency> |
759 |
| - <groupId>org.slf4j</groupId> |
760 |
| - <artifactId>slf4j-jdk-platform-logging</artifactId> |
761 |
| - <version>${version.lib.slf4j}</version> |
762 |
| - </dependency> |
763 |
| - <dependency> |
764 |
| - <groupId>org.slf4j</groupId> |
765 |
| - <artifactId>slf4j-jdk14</artifactId> |
766 |
| - <version>${version.lib.slf4j}</version> |
767 |
| - </dependency> |
768 | 758 | <dependency>
|
769 | 759 | <groupId>io.smallrye</groupId>
|
770 | 760 | <artifactId>smallrye-open-api-core</artifactId>
|
|
1105 | 1095 | <!-- END OF Section 1: direct third party dependencies -->
|
1106 | 1096 |
|
1107 | 1097 | <!-- Section 2: third party dependencies used by examples -->
|
1108 |
| - <dependency> |
1109 |
| - <!-- contains the API as well --> |
1110 |
| - <groupId>org.glassfish</groupId> |
1111 |
| - <artifactId>jakarta.el</artifactId> |
1112 |
| - <version>${version.lib.el-impl}</version> |
1113 |
| - </dependency> |
1114 |
| - <dependency> |
1115 |
| - <groupId>org.slf4j</groupId> |
1116 |
| - <artifactId>jul-to-slf4j</artifactId> |
1117 |
| - <version>${version.lib.slf4j}</version> |
1118 |
| - </dependency> |
1119 |
| - <dependency> |
1120 |
| - <groupId>ch.qos.logback</groupId> |
1121 |
| - <artifactId>logback-classic</artifactId> |
1122 |
| - <version>${version.lib.logback}</version> |
1123 |
| - </dependency> |
1124 |
| - <dependency> |
1125 |
| - <groupId>ch.qos.logback</groupId> |
1126 |
| - <artifactId>logback-core</artifactId> |
1127 |
| - <version>${version.lib.logback}</version> |
1128 |
| - </dependency> |
1129 | 1098 | <dependency>
|
1130 | 1099 | <groupId>org.apache.activemq</groupId>
|
1131 | 1100 | <artifactId>activemq-client</artifactId>
|
|
1451 | 1420 | <type>pom</type>
|
1452 | 1421 | <scope>import</scope>
|
1453 | 1422 | </dependency>
|
| 1423 | + <dependency> |
| 1424 | + <groupId>org.slf4j</groupId> |
| 1425 | + <artifactId>slf4j-bom</artifactId> |
| 1426 | + <version>${version.lib.slf4j}</version> |
| 1427 | + <type>pom</type> |
| 1428 | + <scope>import</scope> |
| 1429 | + </dependency> |
1454 | 1430 | </dependencies>
|
1455 | 1431 | </dependencyManagement>
|
1456 | 1432 | </project>
|
0 commit comments