boxspring-platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mtvnet.boxspring</groupId>
<artifactId>boxspring-platform</artifactId>
<version>1.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.mtvnet.boxspring</groupId>
<artifactId>boxspring</artifactId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boxspring-platform</artifactId>
<name>BoxSpring Platform</name>
<dependencies>
<dependency>
<groupId>com.mtvnet.boxspring</groupId>
<artifactId>boxspring-web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.mtvnet.boxspring</groupId>
<artifactId>boxspring-quartz</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>com.mtvnet.boxspring</groupId>
<artifactId>boxspring-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
</reporting>
</project>