Explorar el Código

try excluding commons-collections from beanutils

tags/2.0.1
Jonathan Cobb hace 4 años
padre
commit
a449fdacc3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      pom.xml

+ 6
- 0
pom.xml Ver fichero

@@ -126,6 +126,12 @@ cobbzilla-utils is available under the Apache License, version 2: http://www.apa
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>${commons-beanutils.version}</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>


Cargando…
Cancelar
Guardar