imageio build dependency issue

General discussion about Universal Media Server (no support or requests)
Post Reply
elsabio
Posts: 17
Joined: Thu Jan 31, 2013 7:52 am
Location: UK

imageio build dependency issue

Post by elsabio »

For a long time now, the source I pull from git fails to build with maven with an imagio issue:

Code: Select all

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Unable to get dependency information: Unable to read the metadata file for artifact 'com.github.jai-imageio:jai-imageio-core:jar': Invalid JDK version in profile 'java8-and-higher': Unbounded range: [1.8, for project com.github.jai-imageio:jai-imageio-core
  com.github.jai-imageio:jai-imageio-core:jar:1.3.0

from the specified remote repositories:
  java.net (https://maven.java.net/content/groups/public/),
  maven-central (http://repo.maven.apache.org/maven2/),
  central (http://repo1.maven.org/maven2),
  google-gson (https://google-gson.googlecode.com/svn/mavenrepo/),
  4thline-repo (http://4thline.org/m2)

Path to dependency: 
	1) net.pms:ums:jar:5.3.1-SNAPSHOT

On the imageio discussions, this is fixed by updating to a later version: any chance this could be fixed for UMS in some way please, other than my usual route of manually correcting the pom.xml for jai-imagio.

Thanks!
Post Reply