Skip to content

Commit

Permalink
wyona commons library updated including indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Dec 18, 2012
1 parent 557eaf5 commit aa7f616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/build/dependencies.xml
Expand Up @@ -41,6 +41,9 @@

<dependency groupId="log4j" artifactId="log4j" version="1.2.16"/>
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.5.8"/>
<!--
<dependency groupId="org.slf4j" artifactId="slf4j-log4j12" version="1.6.6"/>
-->
<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>

<!-- INFO: JAXB implementation -->
Expand All @@ -50,7 +53,7 @@
<dependency groupId="yarep" artifactId="yarep-core" version="1.0.1-r91cff3e04f95401bcfcaf7c03c959d8923991cd3"/>

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="wyona-org-commons" artifactId="wyona-org-commons" version="1.0.0-r565cd3885372038f6076df65376a1ccd17b07c5e"/>
<dependency groupId="wyona-org-commons" artifactId="wyona-org-commons" version="1.0.1-ra3ed69f0eb9bb2f50b605beb4b8297403403dd28"/>

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="net.sf.ehcache" artifactId="ehcache" version="1.5.0"/>
Expand Down
2 changes: 1 addition & 1 deletion src/build/pom-core.xml
Expand Up @@ -40,7 +40,7 @@
<groupId>wyona-org-commons</groupId>
<artifactId>wyona-org-commons</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.0.0-r565cd3885372038f6076df65376a1ccd17b07c5e</version>
<version>1.0.1-ra3ed69f0eb9bb2f50b605beb4b8297403403dd28</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit aa7f616

Please sign in to comment.