Skip to content

Commit 8dbf74e

Browse files
committed
Remove duplicate nimbus
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
1 parent 6eafeba commit 8dbf74e

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

  • appserver/extras/embedded/all

appserver/extras/embedded/all/pom.xml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,16 +1165,28 @@
11651165
<version>${project.version}</version>
11661166
<optional>true</optional>
11671167
</dependency>
1168+
11681169
<dependency>
11691170
<groupId>org.glassfish.soteria</groupId>
11701171
<artifactId>soteria</artifactId>
11711172
<optional>true</optional>
11721173
</dependency>
1174+
<dependency>
1175+
<groupId>org.glassfish.exousia</groupId>
1176+
<artifactId>exousia</artifactId>
1177+
<optional>true</optional>
1178+
</dependency>
1179+
<dependency>
1180+
<groupId>org.glassfish.epicyro</groupId>
1181+
<artifactId>epicyro</artifactId>
1182+
<optional>true</optional>
1183+
</dependency>
11731184
<dependency>
11741185
<groupId>com.nimbusds</groupId>
11751186
<artifactId>nimbus-jose-jwt</artifactId>
11761187
<optional>true</optional>
11771188
</dependency>
1189+
11781190

11791191
<dependency>
11801192
<groupId>org.glassfish.jersey.media</groupId>
@@ -1433,21 +1445,6 @@
14331445
<version>${project.version}</version>
14341446
<optional>true</optional>
14351447
</dependency>
1436-
<dependency>
1437-
<groupId>org.glassfish.exousia</groupId>
1438-
<artifactId>exousia</artifactId>
1439-
<optional>true</optional>
1440-
</dependency>
1441-
<dependency>
1442-
<groupId>com.nimbusds</groupId>
1443-
<artifactId>nimbus-jose-jwt</artifactId>
1444-
<optional>true</optional>
1445-
</dependency>
1446-
<dependency>
1447-
<groupId>org.glassfish.epicyro</groupId>
1448-
<artifactId>epicyro</artifactId>
1449-
<optional>true</optional>
1450-
</dependency>
14511448

14521449
<dependency>
14531450
<groupId>jakarta.validation</groupId>

0 commit comments

Comments
 (0)