[jboss-as7-dev] Circular dependency: jbossts depends on jboss-as
Tom Jenkinson
tom.jenkinson at redhat.com
Thu Jan 19 08:35:54 EST 2012
Hi Carlo,
TS imports the AS parent so it has the same dependency versions as those
in AS7.
If the TS pom is judged incorrect, what would be the recommended
approach for this conundrum? Is there an AS7 bom for the internal
dependencies, e.g. to get the version of:
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</dependency>
Importing the following dependency would help us with JTA/JMS/JCA specs
but internals aren't defined in there:
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>${javaee6.spec.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Thanks,
Tom
On 2012-01-19 12:23, Carlo de Wolf wrote:
> Failed to read artifact descriptor for
> org.jboss.jbossts:jbossjts:jar:4.16.0.Final: The repository system is
> offline but the artifact org.jboss.as:jboss-as-parent:pom:7.1.0.Beta1b
> is not available in the local repository. -> [Help 1]
>
> Carlo
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
More information about the jboss-as7-dev
mailing list