File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<groupId >org.openbase</groupId >
113
114
</execution >
114
115
</executions >
115
116
<configuration >
116
- <protocArtifact >com.google.protobuf:protoc:${dependency.com.google.protobuf.proto} :exe:${os.detected.classifier} </protocArtifact >
117
+ <protocArtifact >
118
+ com.google.protobuf:protoc:${dependency.com.google.protobuf.proto} :exe:${os.detected.classifier}
119
+ </protocArtifact >
117
120
</configuration >
118
121
</plugin >
119
122
<plugin >
257
260
<!-- this duplicated entry is required for the protobuf compiler -->
258
261
<maven .compiler.source>${java.source.version} </maven .compiler.source>
259
262
<maven .compiler.target>${java.target.version} </maven .compiler.target>
260
- <dependency .com.google.protobuf.proto>3.21.5 </dependency .com.google.protobuf.proto>
263
+ <dependency .com.google.protobuf.proto>3.21.12 </dependency .com.google.protobuf.proto>
261
264
</properties >
262
265
263
266
<dependencies >
You can’t perform that action at this time.
0 commit comments