فهرست منبع

ensure slf4j-api is in pom

Grega Bremec 7 ماه پیش
والد
کامیت
5945ec73cc
2فایلهای تغییر یافته به همراه15 افزوده شده و 5 حذف شده
  1. 5 0
      weather-consumer/pom.xml
  2. 10 5
      weather-producer/pom.xml

+ 5 - 0
weather-consumer/pom.xml

@@ -22,6 +22,11 @@
       <version>3.7.0.redhat-00007</version>
     </dependency>
     <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>2.0.7.redhat-00003</version>
+      </dependency>
+      <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <version>2.0.7.redhat-00003</version>

+ 10 - 5
weather-producer/pom.xml

@@ -22,11 +22,16 @@
       <version>3.7.0.redhat-00007</version>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>2.0.7.redhat-00003</version>
-    </dependency>
-    <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>2.0.7.redhat-00003</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-simple</artifactId>
+        <version>2.0.7.redhat-00003</version>
+      </dependency>
+        <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
         <version>2.17.2.redhat-00001</version>