BAEL-3832: Removed log4j dependency from the pom.xml and formatted the configuration xml file

This commit is contained in:
Vikas Ramsingh Rajput 2020-03-18 20:53:30 +03:00
parent 5b6bff017e
commit cd23dbda28
2 changed files with 1 additions and 8 deletions

View File

@ -68,11 +68,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
</dependencies>
<build>
@ -89,7 +84,6 @@
<maven.surefire.version>2.22.1</maven.surefire.version>
<annotation-api.version>1.3.2</annotation-api.version>
<spring.boot.version>2.2.2.RELEASE</spring.boot.version>
<log4j.version>1.2.17</log4j.version>
</properties>
</project>

View File

@ -5,7 +5,6 @@
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id="student" class="com.baeldung.ioccontainer.bean.Student" init-method="postConstruct"/>
<bean id="customBeanPostProcessor" class="com.baeldung.ioccontainer.bean.CustomBeanPostProcessor" />
<bean id="customBeanFactoryPostProcessor" class="com.baeldung.ioccontainer.bean.CustomBeanFactoryPostProcessor" />
<bean id="customBeanFactoryPostProcessor" class="com.baeldung.ioccontainer.bean.CustomBeanFactoryPostProcessor" />
</beans>