Skip to content

Commit

Permalink
Adding commons codec for basic authentication
Browse files Browse the repository at this point in the history
git-svn-id: https://source.jasig.org/sandbox/CoursesPortlet/trunk@25544 f5dbab47-78f9-eb45-b975-e544023573eb
  • Loading branch information
bourey committed Nov 22, 2011
1 parent b73bac8 commit 8dc0338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -38,6 +38,11 @@
<artifactId>jaxb-impl</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
Expand Down

0 comments on commit 8dc0338

Please sign in to comment.