boothub-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.boothub</groupId> <artifactId>boothub-web</artifactId> <version>1.1.1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.boothub</groupId> <artifactId>boothub-web</artifactId> <version>1.1.1</version> <dependencies> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>2.4.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.boothub</groupId> <artifactId>boothub-db</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.beryx</groupId> <artifactId>text-io-web</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ratpack</groupId> <artifactId>ratpack-session</artifactId> <version>1.5.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>groovy-all</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.ratpack</groupId> <artifactId>ratpack-handlebars</artifactId> <version>1.5.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>groovy-all</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.pac4j</groupId> <artifactId>ratpack-pac4j</artifactId> <version>2.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>groovy-all</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.pac4j</groupId> <artifactId>ratpack-pac4j</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-core</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-oauth</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> </dependencies> <name>Module boothub-web</name> <description>The boothub-web artifact</description> <url>https://github.com/boothub/boothub</url> <developers> <developer> <id>siordache</id> <name>Serban Iordache</name> </developer> </developers> <scm> <connection>https://github.com/boothub/boothub.git</connection> <developerConnection>https://github.com/boothub/boothub.git</developerConnection> <url>https://github.com/boothub/boothub</url> </scm> <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> </project>