Skip to content
Snippets Groups Projects
Commit 9bc715e0 authored by Reiner Jung's avatar Reiner Jung
Browse files

More fixing to build system.

parent a24a86a0
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ rootProject.name = 'oceandsl-java-tools' ...@@ -11,7 +11,7 @@ rootProject.name = 'oceandsl-java-tools'
include 'common' include 'common'
include 'analysis' include 'analysis'
// include 'tools:rewrite-log-entries' include 'tools:rewrite-log-entries'
// include 'tools:create-architecture-model' include 'tools:create-architecture-model'
...@@ -16,12 +16,12 @@ dependencies { ...@@ -16,12 +16,12 @@ dependencies {
implementation project(':analysis') implementation project(':analysis')
// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore // https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0' implementation 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0'
runtime 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0' // runtime 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
runtime 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3' implementation 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
runtime 'com.sun.xml.bind:jaxb-impl:2.3.3' implementation 'com.sun.xml.bind:jaxb-impl:2.3.3'
} }
application { application {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment