Skip to content

Commit 0cb58a0

Browse files
committed
SMHE-1748 SF jw to shared
remove shared from name Signed-off-by: Natasja <natasja.nortier@alliander.com>
1 parent bc4a0e9 commit 0cb58a0

File tree

12 files changed

+6
-51
lines changed

12 files changed

+6
-51
lines changed

osgp/protocol-adapter-dlms/osgp-jasper-interface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ SPDX-License-Identifier: Apache-2.0
174174
</dependency>
175175
<dependency>
176176
<groupId>org.opensmartgridplatform</groupId>
177-
<artifactId>osgp-jasper-interface-shared</artifactId>
177+
<artifactId>osgp-jasper-shared</artifactId>
178178
</dependency>
179179

180180
<dependency>

osgp/protocol-adapter-dlms/osgp-jasper-interface/src/main/java/org/opensmartgridplatform/adapter/protocol/jasper/rest/client/JasperWirelessRestClient.java

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

osgp/protocol-adapter-dlms/osgp-jasper-interface/src/main/java/org/opensmartgridplatform/adapter/protocol/jasper/rest/client/JasperWirelessSmsRestClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import org.opensmartgridplatform.adapter.protocol.jasper.client.JasperWirelessSmsClient;
88
import org.opensmartgridplatform.adapter.protocol.jasper.rest.json.SendSMSRequest;
99
import org.opensmartgridplatform.adapter.protocol.jasper.rest.json.SendSMSResponse;
10+
import org.opensmartgridplatform.jasper.client.JasperWirelessRestClient;
1011
import org.opensmartgridplatform.jasper.config.JasperWirelessAccess;
1112
import org.opensmartgridplatform.jasper.exceptions.OsgpJasperException;
1213
import org.springframework.beans.factory.annotation.Autowired;

osgp/protocol-adapter-dlms/osgp-jasper-interface/src/main/java/org/opensmartgridplatform/adapter/protocol/jasper/rest/client/JasperWirelessTerminalRestClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import org.opensmartgridplatform.adapter.protocol.jasper.client.JasperWirelessTerminalClient;
88
import org.opensmartgridplatform.adapter.protocol.jasper.response.GetSessionInfoResponse;
9+
import org.opensmartgridplatform.jasper.client.JasperWirelessRestClient;
910
import org.opensmartgridplatform.jasper.config.JasperWirelessAccess;
1011
import org.opensmartgridplatform.jasper.exceptions.OsgpJasperException;
1112
import org.springframework.beans.factory.annotation.Autowired;

osgp/shared/osgp-jasper-interface-shared/pom.xml renamed to osgp/shared/osgp-jasper-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<groupId>org.opensmartgridplatform</groupId>
14-
<artifactId>osgp-jasper-interface-shared</artifactId>
14+
<artifactId>osgp-jasper-shared</artifactId>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

osgp/shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ SPDX-License-Identifier: Apache-2.0
9696
<module>osgp-ws-admin</module>
9797
<module>osgp-throttling-api</module>
9898
<module>osgp-throttling-client</module>
99-
<module>osgp-jasper-interface-shared</module>
99+
<module>osgp-jasper-shared</module>
100100
</modules>
101101

102102
<profiles>

super/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ SPDX-License-Identifier: Apache-2.0
350350
</dependency>
351351
<dependency>
352352
<groupId>org.opensmartgridplatform</groupId>
353-
<artifactId>osgp-jasper-interface-shared</artifactId>
353+
<artifactId>osgp-jasper-shared</artifactId>
354354
<version>${osgp.version}</version>
355355
</dependency>
356356
<dependency>

0 commit comments

Comments
 (0)