Skip to content
Snippets Groups Projects
Commit 4dbeafca authored by brinn's avatar brinn
Browse files

Fix dependency structure.

SVN: 27146
parent 050bedb9
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,10 @@ check sets [mail]
layer layer0 = [logging] [converter] [reflection]
layer layer1 = [exception]
layer layer2 = [collection]
layer layer3 = [io]
layer layer4 = [process] [mail] [properties] [monitoring]
layer layer5 = [test]
layer layer6 = [db] [parser]
layer layer3 = [process] [mail] [properties] [monitoring]
layer layer4 = [test] [io]
layer layer5 = [db] [parser]
check layeringOf layer0 layer1 layer2 layer3 layer4 layer5 layer6
check layeringOf layer0 layer1 layer2 layer3 layer4 layer5
check [parser] independentOf ${package}.exceptions.UserFailureException
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