[JBoss JIRA] (SHRINKRES-236) Force to use JAXP implementation of XPathFactory
by Matous Jobanek (JIRA)
Matous Jobanek created SHRINKRES-236:
----------------------------------------
Summary: Force to use JAXP implementation of XPathFactory
Key: SHRINKRES-236
URL: https://issues.jboss.org/browse/SHRINKRES-236
Project: ShrinkWrap Resolvers
Issue Type: Bug
Components: maven
Reporter: Matous Jobanek
Assignee: Matous Jobanek
It can happen that when Saxon-HE is on the classpath then the implementation of XPathFactory is taken from this library. This can lead to:
{noformat}
java.lang.IllegalArgumentException: Bad artifact coordinates ::jar:, expected format is <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (SHRINKRES-232) Resolve from pom.xml: old version is picked
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/SHRINKRES-232?page=com.atlassian.jira.plu... ]
Matous Jobanek updated SHRINKRES-232:
-------------------------------------
Issue Type: Bug (was: Feature Request)
> Resolve from pom.xml: old version is picked
> -------------------------------------------
>
> Key: SHRINKRES-232
> URL: https://issues.jboss.org/browse/SHRINKRES-232
> Project: ShrinkWrap Resolvers
> Issue Type: Bug
> Affects Versions: 2.1.1
> Environment: Windows 7 64bit, IntelliJ 14.1.4, Java 8
> Reporter: Carsten Otto
>
> With a pom.xml including the following dependencies the resulting archive contains spring-aop-4.1.7.RELEASE.jar, although I expect version 4.2.1 to be included. The latter is what maven does on the command line. I have the same issue with spring-beans, spring-context, spring-core, and spring-expression.
> File[] libs = Maven.resolver().loadPomFromFile("pom.xml").importRuntimeAndTestDependencies().resolve().withTransitivity().asFile();
> webArchive.addAsLibraries(libs);
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-web</artifactId>
> <version>4.2.1.RELEASE</version>
> </dependency>
> <dependency>
> <groupId>org.springframework.data</groupId>
> <artifactId>spring-data-jpa</artifactId>
> <version>1.9.0.RELEASE</version>
> </dependency>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (SHRINKDESC-165) Add JBoss Deployment Structure v1.3
by Ken Finnigan (JIRA)
Ken Finnigan created SHRINKDESC-165:
---------------------------------------
Summary: Add JBoss Deployment Structure v1.3
Key: SHRINKDESC-165
URL: https://issues.jboss.org/browse/SHRINKDESC-165
Project: ShrinkWrap Descriptors
Issue Type: Feature Request
Components: api-jboss, gen
Reporter: Ken Finnigan
Assignee: Ken Finnigan
There's a newer version of jboss-deployment-structure.xml that should be included in Shrinkwrap Descriptors
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months