Skip to content

Commit bc4a0e9

Browse files
committed
SMHE-1748 SF jw to shared
fix merge conflicts Signed-off-by: Natasja Nortier <natasja.nortier@alliander.com>
1 parent 6dc52c4 commit bc4a0e9

File tree

3 files changed

+4
-11
lines changed
  • integration-tests/cucumber-tests-platform-smartmetering/src/test/java/org/opensmartgridplatform/cucumber/platform/smartmetering
  • osgp/shared

3 files changed

+4
-11
lines changed

integration-tests/cucumber-tests-platform-smartmetering/src/test/java/org/opensmartgridplatform/cucumber/platform/smartmetering/AcceptanceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"classpath:features/osgp-adapter-ws-core",
1717
"classpath:features/osgp-adapter-ws-smartmetering"
1818
},
19-
tags = {"@blahgxf"},
19+
tags = {"not @Skip", "not @NightlyBuildOnly"},
2020
glue = {
2121
"classpath:org.opensmartgridplatform.cucumber.platform.glue",
2222
"classpath:org.opensmartgridplatform.cucumber.platform.common.glue",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmartgridplatform</groupId>
88
<artifactId>parent-shared</artifactId>
9-
<version>5.48.0-SNAPSHOT</version>
9+
<version>5.49.0-SNAPSHOT</version>
1010
<relativePath>../parent-shared/pom.xml</relativePath>
1111
</parent>
1212

osgp/shared/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@ SPDX-License-Identifier: Apache-2.0
1111

1212
<groupId>org.opensmartgridplatform</groupId>
1313
<artifactId>shared-components</artifactId>
14-
<version>5.48.0-SNAPSHOT</version>
15-
<dependencies>
16-
<dependency>
17-
<groupId>org.projectlombok</groupId>
18-
<artifactId>lombok</artifactId>
19-
<version>1.18.24</version>
20-
<scope>compile</scope>
21-
</dependency>
22-
</dependencies>
14+
<version>5.49.0-SNAPSHOT</version>
15+
2316
<packaging>pom</packaging>
2417
<name>shared</name>
2518
<properties>

0 commit comments

Comments
 (0)