Commit 941c5560 authored by Christian Dupuis's avatar Christian Dupuis

Remove duplicate hibernate-validator dependency from pom

parent f4fc9bb1
...@@ -44,14 +44,20 @@ ...@@ -44,14 +44,20 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!--<dependency> <groupId>org.crashub</groupId> <artifactId>crash.connectors.telnet</artifactId> <!-- <dependency>
<exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <groupId>org.crashub</groupId>
</exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <artifactId>crash.connectors.telnet</artifactId>
</exclusion> </exclusions> </dependency> --> <exclusions>
<dependency> <exclusion>
<groupId>org.hibernate</groupId> <groupId>log4j</groupId>
<artifactId>hibernate-validator</artifactId> <artifactId>log4j</artifactId>
</dependency> </exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>-->
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment