Skip to content

Commit

Permalink
AME-8066 Move RADIUS server from GitHub to SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
BohoCode committed Sep 23, 2015
1 parent 6971798 commit 5c124de
Show file tree
Hide file tree
Showing 206 changed files with 16,299 additions and 3,945 deletions.
11 changes: 11 additions & 0 deletions openam-authentication/openam-auth-radius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
<artifactId>openam-auth-radius</artifactId>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-radius-common</artifactId>
</dependency>
</dependencies>

<!-- Build -->
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
# Already used licenses in project :
# - Apache Software License, Version 2.0
# - BSD
# - BSD License
# - CC BY-NC-ND 3.0
# - CDDL 1.1
# - CDDL License
# - CDDL+GPL
# - CDDL+GPL License
# - CDDL/GPLv2+CE
# - Common Development and Distribution License 1.0
# - GPL2 w/ CPE
# - GPLv2+CE
# - Common Development and Distribution License 1.1
# - Dual licensed (CDDL and GPL)
# - Dual licensed (CDDL and GPLv2+CE)
# - MPL
# - Public Domain
# - Public Domain, per Creative Commons CC0
# - SleepyCat
# - The GNU Lesser General Public License, version 2.0 with Classpath Exception
# - The GNU Lesser General Public License, version 2.1
# - The GNU Lesser General Public License, version 3.0
# - The MIT License
Expand All @@ -23,7 +21,7 @@
# Please fill the missing licenses for dependencies :
#
#
#Mon Jan 26 15:22:47 CET 2015
#Tue Jun 02 12:45:22 BST 2015
com.iplanet.jato--jato--2005-05-04=CDDL
com.sleepycat--je--5.0.104=SleepyCat
com.sun.msv.datatype.xsd--xsdlib--20060615=CDDL
Expand All @@ -42,6 +40,7 @@ external--webservices-extra-api--2003-09-04=CDDL
external--webservices-rt--2009-29-07=CDDL
isorelax--isorelax--20030108=MIT
javax.servlet--jstl--1.1.2=Apache 2.0
javax.servlet--servlet-api--2.5=CCDL
javax.xml--jaxrpc-api--1.1=CDDL
javax.xml.parsers--jaxp-api--1.4.2=CDDL
relaxngDatatype--relaxngDatatype--20020414=BSD
Expand Down
Loading

0 comments on commit 5c124de

Please sign in to comment.