Skip to content

Commit

Permalink
Updated commons-io and fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Apr 27, 2016
1 parent 81e5f3b commit 5a436f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOAP-Webservices powered by Spring Boot & Apache CXF

# Features include:

* Generating all necessary Java-Classes using JAX-B from your WSDL/XSDs (using the complementing parent-pom [cxf-spring-boot-starter-parent](https://github.com/jonashackt/cxf-spring-boot-starter-parent))
* Generating all necessary Java-Classes using JAX-B from your WSDL/XSDs (using the complementing Maven plugin [cxf-spring-boot-starter-maven-plugin]
* Booting up Apache CXF within Spring Context with 100% pure Java-Configuration
* Configure CXF to use slf4j and serve Logging-Interceptors, to log only the SOAP-Messages onto console
* Extract the SoapMessages for processing in ELK-Stack, like [docker-elk](https://github.com/jonashackt/docker-elk)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<fluent-hc.version>4.5.2</fluent-hc.version>
<camunda.version>7.4.0</camunda.version>
<logstash-logback-encoder.version>4.6</logstash-logback-encoder.version>
<commons-io.version>2.4</commons-io.version>
<commons-io.version>2.5</commons-io.version>

<!-- Analysis Tools for CI -->
<build-plugin.jacoco.version>0.7.6.201602180812</build-plugin.jacoco.version>
Expand Down

0 comments on commit 5a436f2

Please sign in to comment.