[Carbon-commits] [Carbon] svn commit r52810 - trunk/carbon/org.wso2.carbon.core
ruwan at wso2.com
ruwan at wso2.com
Sat Jan 9 08:11:37 PST 2010
Author: ruwan
Date: Sat Jan 9 08:11:37 2010
New Revision: 52810
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=52810
Log:
Fixing the core dependency optimization
Modified:
trunk/carbon/org.wso2.carbon.core/pom.xml
Modified: trunk/carbon/org.wso2.carbon.core/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/org.wso2.carbon.core/pom.xml?rev=52810&r1=52809&r2=52810&view=diff
==============================================================================
--- trunk/carbon/org.wso2.carbon.core/pom.xml (original)
+++ trunk/carbon/org.wso2.carbon.core/pom.xml Sat Jan 9 08:11:37 2010
@@ -24,6 +24,7 @@
<artifactId>carbon-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.core</artifactId>
<packaging>bundle</packaging>
@@ -32,98 +33,41 @@
<url>http://wso2.org</url>
<dependencies>
-
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</dependency>
-
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>org.eclipse.equinox.http.servlet</artifactId>
- </dependency>
-
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.helper</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>org.apache.log4j</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.equinox</groupId>
- <artifactId>org.apache.commons.logging</artifactId>
- </dependency>
-
<dependency>
<groupId>commons-fileupload.wso2</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
-
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.bridge</artifactId>
+ <version>${pom.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.user.core</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.logging</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.derby.wso2</groupId>
- <artifactId>derby</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.ws.commons.axiom.wso2</groupId>
- <artifactId>axiom</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.commons.dbcp</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.utils</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.0_spec</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>org.wso2.carbon.user.core</artifactId>
+ <version>${pom.version}</version>
</dependency>
-
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.registry.core</artifactId>
+ <version>${pom.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
@@ -131,48 +75,15 @@
</exclusion>
</exclusions>
</dependency>
-
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.application.deployer</artifactId>
+ <version>${pom.version}</version>
</dependency>
-
- <dependency>
- <groupId>geronimo-spec</groupId>
- <artifactId>geronimo-spec-jta</artifactId>
- <version>1.0.1B-rc4</version>
- </dependency>
-
- <dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
- <version>132</version>
- </dependency>
-
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <version>2.0.4</version>
- </dependency>
-
- <dependency>
- <groupId>tomcat</groupId>
- <artifactId>naming-factory</artifactId>
- <version>5.5.23</version>
- </dependency>
-
<dependency>
- <groupId>tomcat</groupId>
- <artifactId>naming-resources</artifactId>
- <version>5.5.23</version>
+ <groupId>org.apache.axis2.wso2</groupId>
+ <artifactId>axis2</artifactId>
</dependency>
-
</dependencies>
<build>
@@ -229,7 +140,6 @@
</instructions>
</configuration>
</plugin>
-
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
@@ -245,5 +155,4 @@
</plugins>
</build>
-
</project>
More information about the Carbon-commits
mailing list