Skip to content
New issue

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

Exclusions getting ignored! #4

Open
ahmedmohiduet opened this issue May 23, 2019 · 0 comments
Open

Exclusions getting ignored! #4

ahmedmohiduet opened this issue May 23, 2019 · 0 comments

Comments

@ahmedmohiduet
Copy link

I couldn't get my pom content:

<dependency>
 <groupId>org.hibernate</groupId>
 <artifactId>hibernate-ehcache</artifactId>
 <version>5.1.0.Final</version>
 <exclusions>
     <exclusion>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache</artifactId>
     </exclusion>
 </exclusions>
</dependency>

<dependency>
 <groupId>net.sf.ehcache</groupId>
 <artifactId>ehcache</artifactId>
 <version>2.7.0  or above</version>
</dependency>

working, output:

compile "org.hibernate:hibernate-ehcache:5.1.0.Final"
compile "net.sf.ehcache:ehcache:2.7.0  or above"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant