Bug#820839: libxmlbeans-java - Missing saxon dependency

2016-04-15 Thread Yadickson Soto
Sorry,

The fix in th pom file

/usr/share/maven-repo/org/apache/xmlbeans/xmlbeans-xpath/debian/xmlbeans-xpath-debian.pom

is:


net.sf.saxon
Saxon-HE
debian


Is necessary add in control file the dependency:

libsaxonhe-java


Best regards.

-- 
Ing. Yadickson Soto
+56 9 9668 8798
Usuario Linux #497718
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#820839: libxmlbeans-java - Missing saxon dependency

2016-04-12 Thread Yadickson Soto
Package: libxmlbeans-java
Version: 2.6.0-2


Error

Missing:
--
1) net.sf.saxon:saxon:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=net.sf.saxon -DartifactId=saxon
-Dversion=debian -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=net.sf.saxon -DartifactId=saxon
-Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
  1) com.test:test:jar:1.0.0
  2) org.apache.xmlbeans:xmlbeans-xpath:jar:debian
  3) net.sf.saxon:saxon:jar:debian



The current pom file


net.sf.saxon
saxon
debian



But, if modified


net.sourceforge.saxon
saxon
debian


All is OK.

Best regards

-- 
Ing. Yadickson Soto
+56 9 9668 8798
Usuario Linux #497718
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.