Skip to content

Commit dad2f95

Browse files
authored
Merge pull request ChargeTimeEU#154 from jmluy/maven-pom-fix
Fix Maven build/dependency error
2 parents e00402e + 3ecdd2f commit dad2f95

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

OCPP-J/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<parent>
6-
<artifactId>all</artifactId>
7-
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>1.0</version>
9-
</parent>
105
<modelVersion>4.0.0</modelVersion>
116

7+
<groupId>eu.chargetime.ocpp</groupId>
128
<artifactId>OCPP-J</artifactId>
139
<version>1.0</version>
10+
<packaging>jar</packaging>
1411

1512
<name>Java-OCA-OCPP OCPP-J</name>
1613
<description>Implementation of Open Charge-Point Protocols OCPP-J</description>

ocpp-v2_0-test/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<parent>
6-
<artifactId>all</artifactId>
7-
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>1.0</version>
9-
</parent>
105
<modelVersion>4.0.0</modelVersion>
116

7+
<groupId>eu.chargetime.ocpp</groupId>
128
<artifactId>v2_0-test</artifactId>
139
<version>1.0</version>
10+
<packaging>jar</packaging>
1411

1512
<name>Java-OCA-OCPP v2.0 - Integration test</name>
1613
<description>Integration test of OCA OCPP version 2.0</description>

ocpp-v2_0/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<parent>
6-
<artifactId>all</artifactId>
7-
<groupId>eu.chargetime.ocpp</groupId>
8-
<version>1.0</version>
9-
</parent>
105
<modelVersion>4.0.0</modelVersion>
116

7+
<groupId>eu.chargetime.ocpp</groupId>
128
<artifactId>v2_0</artifactId>
139
<version>1.0</version>
10+
<packaging>jar</packaging>
1411

1512
<name>Java-OCA-OCPP v2.0</name>
1613
<description>Implementation of Open Charge-Point Protocol version 2.0.</description>
@@ -49,7 +46,6 @@
4946
</repository>
5047
</distributionManagement>
5148

52-
5349
<dependencies>
5450
<dependency>
5551
<groupId>eu.chargetime.ocpp</groupId>

0 commit comments

Comments
 (0)