Skip to content

Commit 43dfd64

Browse files
committed
EPA-282 *CardlinkWebsocketClient is moved to the lib-cetp
1 parent d83f85e commit 43dfd64

30 files changed

+308
-382
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Mon Oct 14 17:17:36 AMT 2024
2+
#Tue Oct 15 17:09:21 AMT 2024
33
lib-cetp-1.0-SNAPSHOT.jar>=
44
lib-cetp-1.0-SNAPSHOT-sources.jar>=
55
lib-cetp-1.0-SNAPSHOT.pom>=
4.88 KB
Binary file not shown.
14.3 KB
Binary file not shown.

project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/lib-cetp-1.0-SNAPSHOT.pom

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<version>3.0.1</version>
3434
<scope>provided</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>jakarta.websocket</groupId>
38+
<artifactId>jakarta.websocket-client-api</artifactId>
39+
<version>2.1.0</version>
40+
<scope>provided</scope>
41+
</dependency>
3642
<dependency>
3743
<groupId>io.quarkus</groupId>
3844
<artifactId>quarkus-scheduler-api</artifactId>

project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/maven-metadata-local.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
<groupId>de.servicehealth</groupId>
44
<artifactId>lib-cetp</artifactId>
55
<versioning>
6-
<lastUpdated>20241014131730</lastUpdated>
6+
<lastUpdated>20241015130915</lastUpdated>
77
<snapshot>
88
<localCopy>true</localCopy>
99
</snapshot>
1010
<snapshotVersions>
1111
<snapshotVersion>
1212
<extension>pom</extension>
1313
<value>1.0-SNAPSHOT</value>
14-
<updated>20241014131730</updated>
14+
<updated>20241015130915</updated>
1515
</snapshotVersion>
1616
<snapshotVersion>
1717
<extension>jar</extension>
1818
<value>1.0-SNAPSHOT</value>
19-
<updated>20241014131730</updated>
19+
<updated>20241015130915</updated>
2020
</snapshotVersion>
2121
<snapshotVersion>
2222
<classifier>sources</classifier>
2323
<extension>jar</extension>
2424
<value>1.0-SNAPSHOT</value>
25-
<updated>20241014131730</updated>
25+
<updated>20241015130915</updated>
2626
</snapshotVersion>
2727
</snapshotVersions>
2828
</versioning>

project-repo/de/servicehealth/lib-cetp/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<versions>
77
<version>1.0-SNAPSHOT</version>
88
</versions>
9-
<lastUpdated>20241014131730</lastUpdated>
9+
<lastUpdated>20241015130915</lastUpdated>
1010
</versioning>
1111
</metadata>

src/main/java/health/ere/ps/service/cardlink/AddJWTConfigurator.java

Lines changed: 0 additions & 86 deletions
This file was deleted.

src/main/java/health/ere/ps/service/cardlink/CardLinkEndpointConfig.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/main/java/health/ere/ps/service/cardlink/CardlinkWebsocketClient.java

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)