exoplatform.services.cms.api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>exo</groupId>
<artifactId>exoplatform.services.cms.api</artifactId>
<version>1.0</version>
</dependency><project>
<modelVersion>4.0.0</modelVersion>
<groupId>exo</groupId>
<artifactId>exoplatform.services.cms.api</artifactId>
<name>eXo CMS Service API</name>
<version>1.0</version>
<build>
<testSourceDirectory>src/test</testSourceDirectory>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/Test*.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>exo</groupId>
<artifactId>exoplatform.services.jcr.api</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>