diff --git a/model/infinispan/pom.xml b/model/infinispan/pom.xml index e69e12541a..de58eb58f8 100755 --- a/model/infinispan/pom.xml +++ b/model/infinispan/pom.xml @@ -99,4 +99,20 @@ test + + + + + org.infinispan.maven-plugins + proto-schema-compatibility-maven-plugin + + + + proto-schema-compatibility-check + + + + + + diff --git a/pom.xml b/pom.xml index 6058aacef1..c4c599ee59 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,7 @@ 3.6.2 6.3.0 3.2.0 + 1.0.5.Final 512m @@ -236,6 +237,9 @@ install --prefer-offline --frozen-lockfile --ignore-scripts false + + + false http://keycloak.org @@ -1721,6 +1725,14 @@ build-helper-maven-plugin ${build-helper-maven-plugin.version} + + org.infinispan.maven-plugins + proto-schema-compatibility-maven-plugin + ${infinispan.maven-plugins.version} + + ${commitProtoLockChanges} + +