[jboss-dev] as trunk build and dependencies
Alexey Loubyansky
alexey.loubyansky at redhat.com
Wed Sep 22 05:53:40 EDT 2010
So these dependencies are supposed to be pulled in implicitly, i.e. by
other dependencies?
Can somebody comment on, for example, in tomcat how the dependency on
jfree jcommon is established? It's used at least in
org.jboss.web.tomcat.service.session.JBossManager.
Thanks,
Alexey
On 9/21/2010 4:21 PM, Shelly McGowan wrote:
>
> Alexey,
>
> Have not seen this. jbossas/trunk CI builds have been successful too:
>
> http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x/
>
> Shelly McGowan
> JBoss, by Red Hat
>
> ----- Original Message -----
> From: "Alexey Loubyansky"<alexey.loubyansky at redhat.com>
> To: "JBoss.org development list"<jboss-development at lists.jboss.org>
> Sent: Tuesday, September 21, 2010 9:59:26 AM GMT -05:00 US/Canada Eastern
> Subject: [jboss-dev] as trunk build and dependencies
>
> 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
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
More information about the jboss-development
mailing list