[BAEL-16003] renamed artifactId. Removed specified articles from libraries module. Added smooks + google sheets resources into libraries-data-2. Tidied up libraries pom, removing unused dependencies.

This commit is contained in:
Sjmillington
2019-08-05 16:50:34 +01:00
parent 0f06cd46ca
commit 4dbeacad35
100 changed files with 2 additions and 2534 deletions

View File

@@ -0,0 +1,5 @@
package com.baeldung.smooks.model;
public enum Status {
NEW, IN_PROGRESS, FINISHED
}