Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 77f98f7

Browse files
author
Dominik František Bučík
authored
fix: 🐛 remove some unneeded dependencies declaration (#26)
1 parent 124a035 commit 77f98f7

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@
8282
</build>
8383

8484
<dependencies>
85-
<dependency>
86-
<groupId>org.mitre</groupId>
87-
<artifactId>openid-connect-server</artifactId>
88-
</dependency>
8985
<dependency>
9086
<groupId>org.springframework</groupId>
9187
<artifactId>spring-orm</artifactId>
@@ -112,7 +108,6 @@
112108
<groupId>javax.servlet.jsp.jstl</groupId>
113109
<artifactId>jstl-api</artifactId>
114110
</dependency>
115-
116111
<dependency>
117112
<groupId>com.zaxxer</groupId>
118113
<artifactId>HikariCP</artifactId>

openid-connect-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<groupId>org.eclipse.persistence</groupId>
7070
<artifactId>org.eclipse.persistence.jpa</artifactId>
7171
</dependency>
72-
7372
<dependency>
7473
<groupId>commons-io</groupId>
7574
<artifactId>commons-io</artifactId>

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,6 @@
186186
<artifactId>spring-security-oauth2</artifactId>
187187
<version>${spring-security-oauth2.version}</version>
188188
</dependency>
189-
<dependency>
190-
<groupId>org.springframework</groupId>
191-
<artifactId>spring-test</artifactId>
192-
<version>${spring-test.version}</version>
193-
<scope>test</scope>
194-
</dependency>
195189
<!-- Jackson -->
196190
<dependency>
197191
<groupId>com.fasterxml.jackson.core</groupId>
@@ -262,12 +256,6 @@
262256
<version>${mockito.version}</version>
263257
<scope>test</scope>
264258
</dependency>
265-
<!-- MITREid Connect components -->
266-
<dependency>
267-
<groupId>org.mitre</groupId>
268-
<artifactId>openid-connect-server</artifactId>
269-
<version>${project.version}</version>
270-
</dependency>
271259
<!-- Other libraries -->
272260
<dependency>
273261
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)