Skip to content
Snippets Groups Projects
Commit 8f7a9196 authored by ribeaudc's avatar ribeaudc
Browse files

remove:

- No set definition for 'UserFailureException'.

SVN: 3036
parent 24aa21e4
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,10 @@ check sets [test]
[utilities] = ${package}.utilities.*
check sets [utilities]
[user-failure-exception] = ${package}.exceptions.UserFailureException
check sets [user-failure-exception]
layer layer0 = [annotation] [exceptions] [logging] [test]
layer layer1 = [utilities]
layer layer2 = [config] [db] [parser]
check layeringOf layer0 layer1 layer2
check [parser] independentOf [user-failure-exception]
\ No newline at end of file
check [parser] independentOf ${package}.exceptions.UserFailureException
\ No newline at end of file
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