File tree Expand file tree Collapse file tree
ocpp-common/src/main/java/eu/chargetime/ocpp Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 55dependencies {
66 compile project(' :common' )
77 compile project(' :OCPP-J' )
8- compile project(' :v1_6' )
98 compile ' com.google.code.findbugs:jsr305:3.0.1'
109 compile ' org.java-websocket:Java-WebSocket:1.6.0'
1110 testCompile ' junit:junit:4.13.2'
@@ -18,5 +17,5 @@ task javadocJar(type: Jar) {
1817 from(javadoc. destinationDir)
1918}
2019
21- description = ' Java-OCA-OCPP v2 '
20+ description = ' Java-OCA-OCPP OCPP 2.x '
2221publishing. publications. maven. artifact(javadocJar)
Original file line number Diff line number Diff line change 99 <version >1.2.0</version >
1010 <packaging >jar</packaging >
1111
12- <name >Java-OCA-OCPP v2 </name >
13- <description >Implementation of Open Charge-Point Protocol version 2.x. </description >
12+ <name >Java-OCA-OCPP OCPP 2.x </name >
13+ <description >OCPP 2.x multi-protocol capable </description >
1414 <url >https://github.com/ChargeTimeEU/Java-OCA-OCPP</url >
1515
1616 <licenses >
5757 <artifactId >OCPP-J</artifactId >
5858 <version >1.2.0</version >
5959 </dependency >
60- <dependency >
61- <groupId >eu.chargetime.ocpp</groupId >
62- <artifactId >v1_6</artifactId >
63- <version >1.2.0</version >
64- </dependency >
6560 <dependency >
6661 <groupId >com.google.code.findbugs</groupId >
6762 <artifactId >jsr305</artifactId >
You can’t perform that action at this time.
0 commit comments