dependency cleanup
							parent
							
								
									98fff8fe99
								
							
						
					
					
						commit
						e665aec36f
					
				|  | @ -8,7 +8,7 @@ | |||
|     <relativePath>..</relativePath> | ||||
|   </parent> | ||||
|   <artifactId>openid-connect-client</artifactId>  | ||||
|   <description>OpenID Connect Client Files</description> | ||||
|   <description>OpenID Connect Client filter for Spring Security</description> | ||||
|   <name>OpenID Connect Client</name> | ||||
|   <dependencies> | ||||
|     <dependency> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||||
|     <modelVersion>4.0.0</modelVersion>     | ||||
|     <artifactId>openid-connect-server</artifactId> | ||||
|     <name>OpenIdConnect Server</name> | ||||
|     <name>OpenID Connect Server</name> | ||||
|     <packaging>war</packaging> | ||||
|     <parent> | ||||
|     	<groupId>org.mitre</groupId> | ||||
|  | @ -16,22 +16,7 @@ | |||
| 			<artifactId>openid-connect-common</artifactId> | ||||
| 			<version>0.9.2-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> | ||||
| 	</dependencies> | ||||
|     <description>Reference implementation of OpenID Connect spec (http://openid.net/connect/). | ||||
|     </description> | ||||
|     <url /> | ||||
|  |  | |||
							
								
								
									
										15
									
								
								pom.xml
								
								
								
								
							
							
						
						
									
										15
									
								
								pom.xml
								
								
								
								
							|  | @ -392,6 +392,21 @@ | |||
|         	<artifactId>nimbus-jose-jwt</artifactId> | ||||
|         	<version>2.13.0</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> | ||||
|     <repositories> | ||||
|         <repository> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Richer
						Justin Richer