2 <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">
5 <groupId>org.wamblee</groupId>
6 <artifactId>wamblee-utils</artifactId>
7 <version>0.2.5-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>org.wamblee</groupId>
12 <artifactId>wamblee-support-cdi</artifactId>
13 <packaging>jar</packaging>
14 <name>/support/cdi</name>
15 <url>http://wamblee.org</url>
18 <groupId>org.jboss.weld</groupId>
19 <artifactId>weld-se</artifactId>
23 <groupId>org.wamblee</groupId>
24 <artifactId>wamblee-support-inject</artifactId>
25 <version>0.2.5-SNAPSHOT</version>
29 <groupId>org.wamblee</groupId>
30 <artifactId>wamblee-test-enterprise</artifactId>
31 <version>0.2.5-SNAPSHOT</version>
36 <distributionManagement>
39 <url>file:${distrib}/support/cdi</url>
41 </distributionManagement>