Commit 307cde15 authored by Falko Schumann's avatar Falko Schumann 💩
Browse files

Abhängigkeiten zwischen Subprojekten werden lokal aufgelöst

Nicht über ein Maven-Repository ...
parent da73ff9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ dependencies {
    compile group: 'de.bsvrz.pat', name: 'de.bsvrz.pat.onlprot', version: kernsoftware_version
    compile group: 'com.bitctrl', name: 'com.bitctrl', version:'2.0.2'
    compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.dynobj', version:'1.3.2'
	compile project (":subprojects:de.bsvrz.sys.funclib.bitctrl.modell")
	compile project (':subprojects:de.bsvrz.sys.funclib.bitctrl.modell')

    //------
    // Test:
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ dependencies {
    compile group: 'de.bsvrz.pat', name: 'de.bsvrz.pat.onlprot', version: kernsoftware_version
    compile group: 'com.bitctrl', name: 'com.bitctrl', version:'2.0.2'
    compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.dynobj', version:'1.3.2'
    compile group: 'de.bsvrz.sys', name: 'de.bsvrz.sys.funclib.bitctrl', version:'2.10.0-SNAPSHOT'
    compile project (':subprojects:de.bsvrz.sys.funclib.bitctrl')

    //------
    // Test: