summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Lund <tatu@vaadin.com>2020-04-21 11:38:19 +0300
committerGitHub <noreply@github.com>2020-04-21 11:38:19 +0300
commitd35bd4cde4ae0074d68c7e1f10f2be8757403cc7 (patch)
tree3b9765e462e939150715b9c037d4297a9ed911f2 /pom.xml
parent565eeb5b5a85e6ce6310e0098977f853869f01ba (diff)
downloadvaadin-framework-d35bd4cde4ae0074d68c7e1f10f2be8757403cc7.tar.gz
vaadin-framework-d35bd4cde4ae0074d68c7e1f10f2be8757403cc7.zip
Add methods to control validation (#11945)
- Enable / disable all validators on Binder level - Enable / disable validators on Binding level - add writeBeanAsDraft(bean,boolean) for writing draft bean with validators disabled Fixes https://github.com/vaadin/framework/issues/10709 Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4799f02815..54023b8508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,13 @@
<pluginRepositories>
<pluginRepository>
+ <id>central</id>
+ <url>https://repo.maven.apache.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
@@ -75,6 +82,13 @@
<repositories>
<repository>
+ <id>central</id>
+ <url>https://repo.maven.apache.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>