grails-web-console
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.grails.plugins</groupId> <artifactId>grails-web-console</artifactId> <version>7.0.0-M2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.grails.plugins</groupId> <artifactId>grails-web-console</artifactId> <version>7.0.0-M2</version> <dependencies> <dependency> <groupId>org.grails</groupId> <artifactId>grails-core</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-logging</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-databinding</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-i18n</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-interceptors</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-rest</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-services</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-url-mappings</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-web-boot</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>hibernate5</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>9.0.0-M2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>3.4.1</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>3.4.1</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>3.4.1</version> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>gsp</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>7.0.0-M1</version> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>scaffolding</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>6.0.0-M1</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.16.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>2.3.232</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>10.1.34</version> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> <version>1.18</version> </dependency> </dependencies> <name>Grails Web Console Plugin</name> <description>A web-based Groovy console for interactive runtime application management and debugging</description> <url>https://github.com/grails-plugins/grails-web-console</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/grails-plugins/grails-web-console</url> <connection>scm:git@github.com:grails-plugins/grails-web-console.git</connection> <developerConnection>scm:git@github.com:grails-plugins/grails-web-console.git</developerConnection> </scm> <issueManagement> <system>Github Issues</system> <url>https://github.com/grails-plugins/grails-web-console/issues</url> </issueManagement> <developers> <developer> <id>ziegfried</id> <name>Siegfried Puchbauer</name> </developer> <developer> <id>mingfai</id> <name>Mingfai Ma</name> </developer> <developer> <id>burtbeckwith</id> <name>Burt Beckwith</name> </developer> <developer> <id>sheehan</id> <name>Matt Sheehan</name> </developer> <developer> <id>mjhugo</id> <name>Mike Hugo</name> </developer> <developer> <id>kdybicz</id> <name>Kamil Dybicz</name> </developer> <developer> <id>vsachinv</id> <name>vsachinv</name> </developer> </developers> </project>