blob: f3a818fc42c861770ae8267e50a59bdb8b778937 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>clerezza</artifactId>
<groupId>org.apache.clerezza</groupId>
<version>7</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.apache.clerezza.provisioning</groupId>
<artifactId>typerendering</artifactId>
<version>1.0.0</version>
<packaging>feature</packaging>
<name>Clerezza - Provisioning - Typerendering</name>
<description>Clerezza - Provisioning: What's needed to get typerenering working,
including support for ScalaServerPages.
It depends on
- the Clerezza rdf libraries as provided by the RDF feature,
- on JAX-RS
- on an implementation of GraphNodeProvider such as platform.graphnodeprovider.</description>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-actors</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
<artifactId>slf4j-scala-api</artifactId>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typepriority</artifactId>
<version>1.0.0</version>
</dependency>
<!-- required by platform.config -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>permissiondescriptions</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform</artifactId>
<version>1.0.0</version>
</dependency>
<!-- provides system graph as required by typepriority -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.config</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.core</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.ontologies</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.seedsnipe</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>templating</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>templating.seedsnipe</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.scalaserverpages</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.scala</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.typerendering.gui</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.globalmenu.api</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.style.default</artifactId>
<version>1.0.0</version>
</dependency>
<!-- needed by default style -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>osgi.services</artifactId>
<version>0.2</version>
</dependency>
<!-- needed by scalaservepages and typesrendering.scala -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.scala.utils</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza.scala</groupId>
<artifactId>script-engine</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.wymiwyg.karaf.tooling</groupId>
<artifactId>karaf-sling-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>