File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,19 @@ dependencies {
287287
288288 // MuJoCo
289289 implementation group : ' org.bytedeco' , name : ' javacpp' , version : ' 1.5.7'
290- implementation group : ' com.neuronrobotics' , name : ' mujoco-java' , version :' 3.1.3-pre.16'
290+ implementation group : ' com.neuronrobotics' , name : ' mujoco-java' , version :' 3.1.3-pre.17'
291+ // Java17 update
292+ // JAXB API
293+ implementation ' javax.xml.bind:jaxb-api:2.3.1'
294+
295+ // JAXB Implementation
296+ implementation ' com.sun.xml.bind:jaxb-impl:2.3.1'
297+
298+ // JAXB Core
299+ implementation ' com.sun.xml.bind:jaxb-core:2.3.0.1'
300+
301+ // Java Activation needed by JAXB
302+ implementation ' javax.activation:javax.activation-api:1.2.0'
291303
292304 // https://mvnrepository.com/artifact/org.robokind/org.robokind.api.speech
293305 implementation group : ' org.robokind' , name : ' org.robokind.api.speech' , version : ' 0.9.5'
You can’t perform that action at this time.
0 commit comments