Skip to content

Commit

Permalink
security library updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 28, 2016
1 parent 2813a47 commit 62bab86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/build/dependencies.xml
Expand Up @@ -86,7 +86,7 @@
-->

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-core" version="1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14"/>
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-core" version="1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2"/>

<!-- TODO: Add to yanel.xml, because these libs are only needed during runtime -->
<dependency groupId="avalon-framework" artifactId="avalon-framework-api" version="4.3"/>
Expand All @@ -104,8 +104,8 @@
<!-- IMPORTANT: Please also see src/build/targets/webapp/webapp.xml re ambiguous libs -->
<dependency groupId="xalan" artifactId="xalan" version="2.7.1"/>

<dependency groupId="wyona-org-security" artifactId="wyona-org-security-impl" version="1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14"/>
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-util" version="1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14"/>
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-impl" version="1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2"/>
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-util" version="1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2"/>
<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="yarep" artifactId="yarep-impl" version="1.4.4-rad86f74baf45f5625305b9ef561784ea8b6013c8"/>
<dependency groupId="spring" artifactId="spring"
Expand Down Expand Up @@ -149,6 +149,9 @@
<dependency groupId="com.ibm.icu" artifactId="icu4j" version="3.4.4"/>

<dependency groupId="mysql" artifactId="mysql-connector-java" version="5.1.12"/>
<!--
<dependency groupId="mysql" artifactId="mysql-connector-java" version="5.5.47"/>
-->

<!-- See http://jdbc.postgresql.org/download.html or http://mvnrepository.com/artifact/org.postgresql/postgresql/9.3-1101-jdbc41 -->
<dependency groupId="postgresql" artifactId="postgresql" version="9.3-1101.jdbc4"/>
Expand Down
6 changes: 3 additions & 3 deletions src/build/pom-core.xml
Expand Up @@ -16,19 +16,19 @@
<groupId>wyona-org-security</groupId>
<artifactId>wyona-org-security-core</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14</version>
<version>1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2</version>
</dependency>
<dependency>
<groupId>wyona-org-security</groupId>
<artifactId>wyona-org-security-impl</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14</version>
<version>1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2</version>
</dependency>
<dependency>
<groupId>wyona-org-security</groupId>
<artifactId>wyona-org-security-util</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.5.2-rd9f62d5695fe6211b685786dd0f57d1037c6fb14</version>
<version>1.5.3-r22ea6b25cccbd0466d1b540bc8065798f4b439d2</version>
</dependency>
<dependency>
<groupId>yarep</groupId>
Expand Down

0 comments on commit 62bab86

Please sign in to comment.