diff --git a/deploy_classes.sh b/deploy_classes.sh index 88c283fb..0591b087 100755 --- a/deploy_classes.sh +++ b/deploy_classes.sh @@ -72,7 +72,7 @@ echo "JAR [$JAR] found" zip -d $JAR \ BOOT-INF/lib/* \ META-INF/* \ -org/* +org/springframework/* if [ "$2" == "test" ]; then echo "Deploy test."