[jboss-dev] as trunk build and dependencies

Alexey Loubyansky alexey.loubyansky at redhat.com
Tue Sep 21 09:59:26 EDT 2010


I had to add the following dependencies to be able to build it. Has 
anybody else seen these issues?

--- tomcat/pom.xml	(revision 108213)
+++ tomcat/pom.xml	(working copy)
@@ -166,6 +166,11 @@

    <dependencies>
      <!-- Compile (global dependencies) -->
+     <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jcommon</artifactId>
+      <version>1.0.2</version>
+    </dependency>

--- depchain/pom.xml	(revision 108213)
+++ depchain/pom.xml	(working copy)
@@ -1045,6 +1045,10 @@
        <groupId>org.jboss.ws.native</groupId>
        <artifactId>jbossws-native-services</artifactId>
      </dependency>
+     <dependency>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-core</artifactId>
+    </dependency>

--- weld-int/ejb/pom.xml	(revision 108213)
+++ weld-int/ejb/pom.xml	(working copy)
@@ -304,6 +304,11 @@
        <artifactId>jboss-interceptors-api_1.1_spec</artifactId>
      </dependency>

+    <dependency>
+        <groupId>org.jboss.spec.javax.servlet</groupId>
+        <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+    </dependency>

Thanks,
Alexey


More information about the jboss-development mailing list