<?xml version="1.0"?>
-<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">
+<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.wamblee</groupId>
<artifactId>wamblee-utils</artifactId>
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-se</artifactId>
+ <version>1.0.1-Final</version>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
</plugins>
-
+
<pluginManagement>
<plugins>
<plugin>
</pluginManagement>
</build>
-
+
<reporting>
<plugins>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
- <version>1.0.1-Final</version>
</dependency>
-
- <!-- always include the APIs last because they contain garbled/unusable classes -->
- <!-- dependency>
- <groupId>javax</groupId>
- <artifactId>javaee-api</artifactId>
- </dependency -->
</dependencies>