further cleanup

pull/477/head
Justin Richer 2013-07-29 17:00:35 -04:00
parent 856c0ea0b5
commit b2b6fd6448
4 changed files with 0 additions and 56 deletions

View File

@ -23,9 +23,7 @@
<version>1.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-client</artifactId>
<version>1.1.0-SNAPSHOT</version>
<description>OpenID Connect Client filter for Spring Security</description>
<name>OpenID Connect Client</name>
<dependencies>

View File

@ -1,38 +0,0 @@
package org.mitre.openid.connect.client;
/**
* Unit test for OIDCAuthenticationFilter
*
* @author amanda
*
*/
//@RunWith(SpringJUnit4ClassRunner.class)
//@ContextConfiguration(locations = { "classpath:test-context.xml" })
public class AbstractOIDCAuthenticationFilterTest {
//@Autowired
private OIDCAuthenticationFilter filter;
//@Test
public void testUrlConstruction() {
}
/**
* @return the filter
*/
public OIDCAuthenticationFilter getFilter() {
return filter;
}
/**
* @param filter the filter to set
*/
public void setFilter(OIDCAuthenticationFilter filter) {
this.filter = filter;
}
}

View File

@ -24,7 +24,6 @@
<relativePath>..</relativePath>
</parent>
<artifactId>openid-connect-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<description>OpenID Connect Common modules</description>
<name>OpenID Connect Common</name>
<dependencies>

View File

@ -32,21 +32,6 @@
<artifactId>openid-connect-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.2.9</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
</description>