sprout-modules-react-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>sprout-modules-react-example</artifactId>
<version>2.0.0-RC2</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>net.savantly.sprout</groupId>
<artifactId>sprout-modules-react-example</artifactId>
<version>2.0.0-RC2</version>
<name>sprout-modules-react-example</name>
<description>Provides dynamic content management for the Sprout Platform</description>
<url>https://github.com/savantly-net/sprout-platform</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Jeremy Branham</name>
<email>Jeremy@Savantly.net</email>
<organization>org.apache.maven.model.Organization@43843b7e</organization>
<organizationUrl>https://github.com/savantly-net/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://github.com/savantly-net/sprout-platform.git</connection>
<developerConnection>scm:git:ssh://github.com/savantly-net/sprout-platform.git</developerConnection>
<url>https://github.com/savantly-net/sprout-platform/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>sprout-core</artifactId>
<version>2.0.0-RC2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>sprout-module-test</artifactId>
<version>2.0.0-RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-vintage-engine</artifactId>
<groupId>org.junit.vintage</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.3.0.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>