We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://mvnrepository.com/artifact/org.jadira.usertype/usertype.core/6.0.1.GA Jadira usertype.core depends on deprecated hibernate-entitymanager. #875 tell that we can replace from hibernate-entitymanager to hibernate-core.
usertype.core
hibernate-entitymanager
hibernate-core
Note: https://mvnrepository.com/artifact/org.jadira.usertype/usertype.core/7.0.0.CR1 Jadira usertype.core 7.0 optionally depends on it.
terasoluna-gfw-jpa-dependencies contains hibernate-core, so exclude hibernate-entitymanager from usertype.core.
terasoluna-gfw-jpa-dependencies
terasoluna-gfw/terasoluna-gfw-dependencies/terasoluna-gfw-jpa-dependencies/pom.xml
Lines 43 to 46 in e626d24
<dependency> <groupId>org.jadira.usertype</groupId> <artifactId>usertype.core</artifactId> <exclusions> <exclusion> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> </exclusion> </exclusions> </dependency>
The text was updated successfully, but these errors were encountered:
exclude hibernate-entitymanager from jadira usertype.core #984
2dea619
Merge pull request #999 from terasolunaorg/issues/984_exclude-hem-fro…
555a5af
…m-jut exclude hibernate-entitymanager from jadira usertype.core #984
No branches or pull requests
Description
https://mvnrepository.com/artifact/org.jadira.usertype/usertype.core/6.0.1.GA
Jadira
usertype.core
depends on deprecatedhibernate-entitymanager
.#875 tell that we can replace from
hibernate-entitymanager
tohibernate-core
.Possible Solution
terasoluna-gfw-jpa-dependencies
containshibernate-core
, so excludehibernate-entitymanager
fromusertype.core
.terasoluna-gfw/terasoluna-gfw-dependencies/terasoluna-gfw-jpa-dependencies/pom.xml
Lines 43 to 46 in e626d24
Affect versions
Issue links
The text was updated successfully, but these errors were encountered: