stratos-controller-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.stratos</groupId> <artifactId>stratos-controller-parent</artifactId> <version>3.0.0-incubating</version> </dependency>
<!-- ~ 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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.stratos</groupId> <artifactId>stratos-products-parent</artifactId> <version>3.0.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.stratos</groupId> <artifactId>stratos-controller-parent</artifactId> <packaging>pom</packaging> <name>Apache Stratos - Controller Parent</name> <url>http://apache.org</url> <description>Apache Stratos Controller Parent</description> <modules> <module>modules/styles</module> <module>modules/cloud-service-mgt</module> <module>modules/dashboard</module> <module>modules/login</module> <module>modules/features</module> <module>modules/p2-profile-gen</module> <module>modules/features-dashboard</module> <module>resources/cloud-services-icons</module> <module>modules/distribution</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.13</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> <version>1.6.1.wso2v1</version> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom.wso2</groupId> <artifactId>axiom</artifactId> <version>1.2.11.wso2v2</version> </dependency> <dependency> <groupId>org.apache.derby.wso2</groupId> <artifactId>derby</artifactId> <version>10.3.2.1wso2v1</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.core</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.core</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.mgt.ui.search</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.ui.search</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.mgt.ui.resources</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.ui.resources</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.ui.common</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.main</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.compendium</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.http.servlet</artifactId> <version>2.2.2</version> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.http.helper</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>org.eclipse.equinox.jsp.jasper</artifactId> <version>1.0.1.R33x_v20070816</version> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>javax.servlet.jsp</artifactId> <version>2.0.0.v200706191603</version> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>org.apache.jasper</artifactId> <version>5.5.17.v200706111724</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${servlet-api.version}</version> </dependency> <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt</artifactId> <version>${eclipse.version}</version> </dependency> <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.win32.win32.x86</artifactId> <version>${eclipse.version}</version> </dependency> <dependency> <groupId>org.eclipse.jface</groupId> <artifactId>org.eclipse.jface</artifactId> <version>${eclipse.version}</version> </dependency> <!-- Dependencies required for Cloud Manager --> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.captcha.mgt</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.admin.mgt</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.admin.mgt.ui</artifactId> <version>${carbon.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.account.mgt</artifactId> <version>${stratos.component.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.tenant.mgt</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.tenant.mgt.email.sender</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.tenant.mgt.core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.tenant.mgt.axis2</artifactId> <version>${stratos.component.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.theme.mgt</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.redirector.servlet</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.batik.wso2</groupId> <artifactId>batik</artifactId> <version>1.7.0.wso2v1</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> <version>1.0.10</version> <executions> <execution> <id>generate-scr-scrdescriptor</id> <goals> <goal>scr</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> <profiles> <profile> <activation> <property> <name>sign</name> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <properties> <rampart.mar.version>1.6.1-wso2v8</rampart.mar.version> <features-dashboard.war.version>1.0.0</features-dashboard.war.version> <carbon.version>4.1.0</carbon.version> <synapse.version>2.1.1.wso2v4</synapse.version> <stratos.controller.version>1.0.1</stratos.controller.version> <stratos.component.version>2.1.0</stratos.component.version> <project.version>3.0.0-incubating</project.version> <stratos.component.patch.version>2.1.3</stratos.component.patch.version> <eclipse.version>3.2.0</eclipse.version> <servlet-api.version>2.4</servlet-api.version> <shoppingcart.version>2.1.0</shoppingcart.version> <shoppingcart.global.version>2.1.0</shoppingcart.global.version> <carbon.kernel.version>4.1.0.stratos</carbon.kernel.version> <version.synapse>2.1.1-wso2v3</version.synapse> <carbon.p2.plugin.version>1.5.2</carbon.p2.plugin.version> <carbon.platform.version>4.1.0</carbon.platform.version> <passthru.transport.version>1.0.2</passthru.transport.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <opencsv.version>1.8</opencsv.version> <poi.version>3.0-FINAL</poi.version> <axis2.transport.version>1.1.0-wso2v8</axis2.transport.version> <axis2.wso2.version>1.6.1.wso2v8</axis2.wso2.version> <axiom.osgi.version>1.2.11.wso2v4</axiom.osgi.version> <axiom.osgi.version.range>[1.2.11.wso2v4, 1.3.0)</axiom.osgi.version.range> <servlet-api.version>2.4</servlet-api.version> <log4j.version>1.2.17</log4j.version> <commons.logging.version>1.1</commons.logging.version> <quartz.wso2.version>2.1.1.wso2v1</quartz.wso2.version> </properties> </project>