diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/pom.xml | 2 | ||||
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/pom.xml b/framework/pom.xml index 5230beae..56c9681f 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index c8792835..4971269f 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -19,7 +19,7 @@ cli.schema.boolean_values=true,false cli.command.type=cmd,auth,catalog # moco properties -cli.sample.gen.enable=true +cli.sample.gen.enable=false cli.sample.gen.target=. # mrkanag Move this to db, once exteranl command registration is supported in place of discovery |