mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
Cleanup od dependencies
This commit is contained in:
parent
2468e5625e
commit
0d44d12df6
21
pom.xml
21
pom.xml
@ -86,16 +86,11 @@
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka_${scala.version}</artifactId>
|
||||
<version>0.10.0.1</version>
|
||||
<!-- <exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</exclusion>
|
||||
</exclusions> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>1.7.25</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
@ -286,12 +281,6 @@
|
||||
<groupId>com.tesobe.obp</groupId>
|
||||
<artifactId>obp-ri-kafka</artifactId>
|
||||
<version>${obp-ri.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.tesobe.obp</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user