further cleanup
parent
856c0ea0b5
commit
b2b6fd6448
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue