Skip to content

Commit ad62b97

Browse files
committed
fix builds
1 parent ca48906 commit ad62b97

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16TypeStore.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ public final class Ocpp16TypeStore extends AbstractTypeStore {
3030

3131
private Ocpp16TypeStore() {
3232
super(
33-
new String[]{ocpp.cs._2015._10.ObjectFactory.class.getPackage().getName(),
34-
"ocpp._2020._03"},
35-
new String[]{ocpp.cp._2015._10.ObjectFactory.class.getPackage().getName(),
36-
"ocpp._2020._03"}
33+
new String[]{
34+
ocpp.cs._2015._10.ObjectFactory.class.getPackage().getName(),
35+
ocpp._2022._02.security.GetLog.class.getPackage().getName(),
36+
},
37+
new String[]{
38+
ocpp.cp._2015._10.ObjectFactory.class.getPackage().getName(),
39+
ocpp._2022._02.security.GetLog.class.getPackage().getName(),
40+
}
3741
);
3842
}
3943
}

0 commit comments

Comments
 (0)