• Andy Wilkinson's avatar
    Prevent Gradle from pulling in groovy-all with the remote shell starter · ac1d0cab
    Andy Wilkinson authored
    Sadly, Gradle handle's exclusions differently to Maven even when it's
    processing a Maven pom.
    
    In this case groovy-all is pulled in via org.crashub:crash.shell where
    we've excluded it. This is enough to prevent Maven from pulling in
    groovy-all when you depend on the remote shell starter.
    org.crashub:crash.shell is also pulled in as a transitive dependency
    of a number of other dependencies and Gradle requires each of these
    to also exclude groovy-all for it to actually be excluded.
    
    This commit adds the additional exclusions that are required to make
    Gradle's behaviour sane.
    
    Fixes gh-2257
    ac1d0cab
Name
Last commit
Last update
..
spring-boot-starter Loading commit data...
spring-boot-starter-actuator Loading commit data...
spring-boot-starter-amqp Loading commit data...
spring-boot-starter-aop Loading commit data...
spring-boot-starter-batch Loading commit data...
spring-boot-starter-data-elasticsearch Loading commit data...
spring-boot-starter-data-gemfire Loading commit data...
spring-boot-starter-data-jpa Loading commit data...
spring-boot-starter-data-mongodb Loading commit data...
spring-boot-starter-data-rest Loading commit data...
spring-boot-starter-data-solr Loading commit data...
spring-boot-starter-freemarker Loading commit data...
spring-boot-starter-groovy-templates Loading commit data...
spring-boot-starter-hornetq Loading commit data...
spring-boot-starter-integration Loading commit data...
spring-boot-starter-jdbc Loading commit data...
spring-boot-starter-jetty Loading commit data...
spring-boot-starter-log4j Loading commit data...
spring-boot-starter-logging Loading commit data...
spring-boot-starter-mobile Loading commit data...
spring-boot-starter-parent Loading commit data...
spring-boot-starter-redis Loading commit data...
spring-boot-starter-remote-shell Loading commit data...
spring-boot-starter-security Loading commit data...
spring-boot-starter-social-facebook Loading commit data...
spring-boot-starter-social-linkedin Loading commit data...
spring-boot-starter-social-twitter Loading commit data...
spring-boot-starter-test Loading commit data...
spring-boot-starter-thymeleaf Loading commit data...
spring-boot-starter-tomcat Loading commit data...
spring-boot-starter-velocity Loading commit data...
spring-boot-starter-web Loading commit data...
spring-boot-starter-websocket Loading commit data...
spring-boot-starter-ws Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...