diff --git a/openid-connect-client/pom.xml b/openid-connect-client/pom.xml
index 5e3db26b3..0c1c99e93 100644
--- a/openid-connect-client/pom.xml
+++ b/openid-connect-client/pom.xml
@@ -23,9 +23,7 @@
1.1.0-SNAPSHOT
..
- org.mitre
openid-connect-client
- 1.1.0-SNAPSHOT
OpenID Connect Client filter for Spring Security
OpenID Connect Client
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/AbstractOIDCAuthenticationFilterTest.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/AbstractOIDCAuthenticationFilterTest.java
deleted file mode 100644
index efa1dcf19..000000000
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/AbstractOIDCAuthenticationFilterTest.java
+++ /dev/null
@@ -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;
- }
-
-
-
-}
diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml
index f3918cb9d..e9754d3dc 100644
--- a/openid-connect-common/pom.xml
+++ b/openid-connect-common/pom.xml
@@ -24,7 +24,6 @@
..
openid-connect-common
- 1.1.0-SNAPSHOT
OpenID Connect Common modules
OpenID Connect Common
diff --git a/openid-connect-server/pom.xml b/openid-connect-server/pom.xml
index e3db188c6..b87d964d3 100644
--- a/openid-connect-server/pom.xml
+++ b/openid-connect-server/pom.xml
@@ -32,21 +32,6 @@
openid-connect-common
1.1.0-SNAPSHOT
-
- org.hsqldb
- hsqldb
- 2.2.9
-
-
- joda-time
- joda-time
- 2.1
-
-
- org.joda
- joda-convert
- 1.3
-
Reference implementation of OpenID Connect spec (http://openid.net/connect/).