[json-lib-user] using json-lib in maven dependency
Brought to you by:
aalmiray
|
From: John C. <Joh...@no...> - 2007-10-16 14:46:59
|
Hello All,
I'm having a little trouble getting json-lib to work w/ my maven2
project. Trying to use a dependency like:
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.1</version>
</dependency>
I think the problem lies between the mismatch of the artifactId,
"json-lib-2.1-jdk15.jar
<http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.1/json-lib-2.1-jdk15.jar>"
and the pom, "json-lib-2.1.pom
<http://repo1.maven.org/maven2/net/sf/json-lib/json-lib/2.1/json-lib-2.1.pom>".
Any advice on how to deal w/ this or would it be appropriate to upload a
jar file that matches the pom?
Thanks!
-- john
|