This is an automated email from the ASF dual-hosted git repository. jsinovassinnaik pushed a commit to branch dependency-updates in repository https://gitbox.apache.org/repos/asf/unomi.git
commit f27469d716ee9589acae33e4d827dc4b362da724 Author: jsinovassin <jsinovassinn...@jahia.com> AuthorDate: Mon May 6 16:01:50 2024 +0300 UNOMI-829: remove hibernate validator --- api/pom.xml | 4 ---- kar/src/main/feature/feature.xml | 2 -- package/pom.xml | 1 - pom.xml | 8 -------- rest/pom.xml | 5 ----- 5 files changed, 20 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 0c25a868f..b07e7e7bd 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -45,10 +45,6 @@ <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> diff --git a/kar/src/main/feature/feature.xml b/kar/src/main/feature/feature.xml index 9f20881b1..1523b538c 100644 --- a/kar/src/main/feature/feature.xml +++ b/kar/src/main/feature/feature.xml @@ -20,7 +20,6 @@ <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features</repository> <repository>mvn:org.apache.karaf.cellar/apache-karaf-cellar/${version.karaf.cellar}/xml/features</repository> - <repository>mvn:org.hibernate/hibernate-validator-osgi-karaf-features/${hibernate.validator.version}/xml/features</repository> <feature description="unomi-kar" version="${project.version}" name="unomi-kar" start-level="70"> @@ -35,7 +34,6 @@ <feature>eventadmin</feature> <feature>feature</feature> <feature>shell-compat</feature> - <feature version="${hibernate.validator.version}">hibernate-validator</feature> <configfile finalname="/etc/org.apache.unomi.web.cfg">mvn:org.apache.unomi/unomi-wab/${project.version}/cfg/unomicfg</configfile> <configfile finalname="/etc/org.apache.unomi.persistence.elasticsearch.cfg">mvn:org.apache.unomi/unomi-persistence-elasticsearch-core/${project.version}/cfg/elasticsearchcfg</configfile> <configfile finalname="/etc/org.apache.unomi.plugins.request.cfg">mvn:org.apache.unomi/unomi-plugins-request/${project.version}/cfg/requestcfg</configfile> diff --git a/package/pom.xml b/package/pom.xml index 036fd3701..c71652e69 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -335,7 +335,6 @@ <configuration> <installedFeatures> <feature>wrapper</feature> - <feature>hibernate-validator</feature> <feature>cxf-commands</feature> </installedFeatures> <startupFeatures> diff --git a/pom.xml b/pom.xml index abffa3a23..a34d466c6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,6 @@ <groovy.version>3.0.3</groovy.version> <networknt.version>1.4.0</networknt.version> <bean.validation.version>1.1.0.Final</bean.validation.version> - <hibernate.validator.version>5.4.3.Final</hibernate.validator.version> <java.version>1.8</java.version> @@ -926,13 +925,6 @@ <version>${bean.validation.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - <version>${hibernate.validator.version}</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> diff --git a/rest/pom.xml b/rest/pom.xml index c807057ba..ab228cdc5 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -170,10 +170,5 @@ <artifactId>validation-api</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - <scope>provided</scope> - </dependency> </dependencies> </project>