Skip to content
Snippets Groups Projects
Commit 1bcce42d authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

fixed build

parent 951c9f93
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,9 @@ dependencies { ...@@ -151,6 +151,9 @@ dependencies {
implementation group: 'xalan', name: 'xalan', version: '2.7.2' implementation group: 'xalan', name: 'xalan', version: '2.7.2'
dataImplementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' dataImplementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.0' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
modelImplementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
// from configs // from configs
myBeaver group: 'net.sf.beaver', name: 'beaver-ant', version: '0.9.11' myBeaver group: 'net.sf.beaver', name: 'beaver-ant', version: '0.9.11'
......
import de.tudresden.inf.st.pnml.base.data.CommunicatorInformation; import de.tudresden.inf.st.pnml.base.data.CommunicatorInformation;
import org.apache.commons.collections4.MultiValuedMap;
aspect PnDistribution { aspect PnDistribution {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment