Forráskód Böngészése

Merge branch 'style' into ST24PRJ-133

jmh 4 éve
szülő
commit
f70590595e
1 módosított fájl, 10 hozzáadás és 0 törlés
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -24,6 +24,16 @@
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-batch</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.logging.log4j</groupId>
+					<artifactId>log4j-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.apache.logging.log4j</groupId>
+					<artifactId>log4j-to-slf4j</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 		<!-- /// WEB-INF lib -->