Minor fixes (#2865)

* Update README.md

* Fix duplicate dependency in pom.xml
This commit is contained in:
Sergey Travin 2017-11-04 19:46:53 +06:00 committed by Grzegorz Piwowarek
parent b4c327ea4f
commit 1e13b57895
2 changed files with 1 additions and 7 deletions

View File

@ -26,12 +26,6 @@
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
<version>${log4j.version}</version>
</dependency>
<!--log4j2 dependencies -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>

View File

@ -1,2 +1,2 @@
###Relevant Articles:
### Relevant Articles:
- [An Introduction To Spring JMS](http://www.baeldung.com/spring-jms)