made openiec61850 depend on a special version of jasn1 (jasn1-61850mod) that encodes boolean true values als 0x01 instead of 0xff because reserving report control blocks in siprotec devices would otherwise fail

pull/3/head
Stefan Feuerhahn 8 years ago
parent 6d18d51efc
commit b4de8d70a8

@ -83,7 +83,7 @@ def projectName = 'OpenIEC61850'
dependencies {
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.openmuc', name: 'jasn1', version: '1.8.2'
compile group: 'org.openmuc', name: 'jasn1-61850mod', version: '1.8.2'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'com.toedter', name: 'jcalendar', version: '1.4'
}

Loading…
Cancel
Save