Skip to content

Commit

Permalink
Use weld-core-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 6, 2010
1 parent 006c5a5 commit ae369e9
Showing 1 changed file with 4 additions and 66 deletions.
70 changes: 4 additions & 66 deletions environments/se/pom.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>weld-parent</artifactId>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>12</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Weld SE Support</name>

Expand All @@ -32,68 +32,6 @@
</developer>
</developers>


<properties>
<!-- Testing deps -->
<testng.version>5.10</testng.version>
<weld.api.version>1.0-SP1</weld.api.version>
<weld.core.version>1.0.1-Final</weld.core.version>
<slf4j.version>1.5.10</slf4j.version>
</properties>

<!-- Dependency management, including extra repositories if needed -->
<repositories>
<repository>
<id>oss.sonatype.org/jboss-snapshots</id>
<name>JBoss (Nexus) Snapshots Repository</name>
<url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>

<!-- Import the BOMs -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<version>${weld.api.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<version>${weld.core.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<classifier>jdk15</classifier>
<version>${testng.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Set up local dependecies -->

<dependencies>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit ae369e9

Please sign in to comment.