Skip to content

Commit

Permalink
Added http client dependency
Browse files Browse the repository at this point in the history
Added http-client dependency obo SimulatorTriggerClient

Added http-client dependency
  • Loading branch information
jboon committed Oct 3, 2024
1 parent ca4c828 commit 795eb38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions integration-tests/cucumber-tests-platform-smartmetering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ SPDX-FileCopyrightText: Contributors to the GXF project
SPDX-License-Identifier: Apache-2.0
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -201,6 +202,11 @@ SPDX-License-Identifier: Apache-2.0
<artifactId>cxf-rt-rs-client</artifactId>
<version>${cxf.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -231,7 +237,8 @@ SPDX-License-Identifier: Apache-2.0
</descriptors>
<archive>
<manifest>
<mainClass>org.opensmartgridplatform.cucumber.platform.smartmetering.App</mainClass>
<mainClass>org.opensmartgridplatform.cucumber.platform.smartmetering.App
</mainClass>
</manifest>
</archive>
</configuration>
Expand Down
7 changes: 4 additions & 3 deletions osgp/protocol-adapter-dlms/osgp-protocol-adapter-dlms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ SPDX-FileCopyrightText: Contributors to the GXF project
SPDX-License-Identifier: Apache-2.0
-->

<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>osgp-protocol-adapter-dlms</artifactId>
Expand Down Expand Up @@ -82,7 +83,7 @@ SPDX-License-Identifier: Apache-2.0
<!-- This repository was added to be able to draw the snapshot jDLMS version from artifactory -->
<repositories>
<repository>
<snapshots/>
<snapshots />
<id>osgp-snapshots</id>
<name>osgp-snapshots</name>
<url>https://artifactory.shs.osgp.cloud/artifactory/osgp-snapshots</url>
Expand Down

0 comments on commit 795eb38

Please sign in to comment.