From 2aa0e23898e01eafffe643643eefa8fcdb2ff9c6 Mon Sep 17 00:00:00 2001 From: burdziak Date: Tue, 4 Jun 2019 10:22:20 +0200 Subject: Make Validation groovy rules easier for testing Issue-ID: AAI-2470 Change-Id: Ie28390f4ab3c9bd4f8e469812d6b19ecd82c2879 Signed-off-by: burdziak --- src/main/resources/validation-cmd-beans.xml | 83 +++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/main/resources/validation-cmd-beans.xml (limited to 'src/main/resources') diff --git a/src/main/resources/validation-cmd-beans.xml b/src/main/resources/validation-cmd-beans.xml new file mode 100644 index 0000000..8c317d4 --- /dev/null +++ b/src/main/resources/validation-cmd-beans.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg