Author: lukaszlenart Date: Wed Sep 7 06:32:21 2011 New Revision: 1166015 URL: http://svn.apache.org/viewvc?rev=1166015&view=rev Log: Removes external repository to base only on Maven Central Repo
Modified: struts/sandbox/trunk/struts2-cdi-plugin/pom.xml Modified: struts/sandbox/trunk/struts2-cdi-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-plugin/pom.xml?rev=1166015&r1=1166014&r2=1166015&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-cdi-plugin/pom.xml (original) +++ struts/sandbox/trunk/struts2-cdi-plugin/pom.xml Wed Sep 7 06:32:21 2011 @@ -2,32 +2,16 @@ <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> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> <version>2.3-SNAPSHOT</version> </parent> - <artifactId>struts2-cdi-plugin</artifactId> - <repositories> - <!-- The home of the Weld artifacts --> - <repository> - <id>jboss.oss.repositories</id> - <name>JBoss Repositories group at Sontatype OSS Nexus</name> - <url>http://oss.sonatype.org/content/groups/jboss/</url> - </repository> - <!-- The home of jboss-interceptor --> - <repository> - <id>jboss</id> - <url>http://repository.jboss.com/maven2</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-cdi-plugin</artifactId> + <version>2.3-SNAPSHOT</version> <dependencies>