[ http://jira.codehaus.org/browse/MAVENUPLOAD-431?page=comments#action_43225 ]
Nick Faiz commented on MAVENUPLOAD-431: --------------------------------------- Hi Carlos, Ceki has told me where to find jmxtools.jar and jmxri.jar. Neither jar specifies a version. The MANIFEST.MF in each of them nominates version 1.2_8, although I think this version refers to the version of JMX they have been bundled in (see the source download of the Reference Implementation for JMX 1.2 - http://java.sun.com/products/JavaManagement/download.html ). Anyway, the dependencies now look this: <dependency> <groupId>javax.management</groupId> <artifactId>jmxri</artifactId> <version></version> </dependency> <dependency> <groupId>com.sun</groupId> <artifactId>jmxtools</artifactId> <version></version> </dependency> I'm uploading this jar now. Let me know if you want it altered. Cheers, Nick > Upload request for NLOG4J 1.2.14 and SLF4J 1.0-beta4 > ---------------------------------------------------- > > Key: MAVENUPLOAD-431 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-431 > Project: maven-upload-requests > Type: Task > Reporter: Alex Karasulu > Attachments: nlog4j-wrapper-1.2.14.jar, nlog4j-wrapper-1.2.14.jar, > nlog4j-wrapper-1.2.14.jar, slf4j-wrapper-jdk14-1.0-beta4.jar, > slf4j-wrapper-jdk14-1.0-beta4.jar, slf4j-wrapper-nop-1.0-beta4.jar, > slf4j-wrapper-nop-1.0-beta4.jar, slf4j-wrapper-simple-1.0-beta4.jar, > slf4j-wrapper-simple-1.0-beta4.jar > > > These files have been listed below rather than using a bundle. The bundle > path is really a URL to our repo at safehaus where we keep these files. They > are not maven based projects so we do not have a project.xml to do this. > http://maven.safehaus.org/nlog4j/jars/nlog4j-1.2.14.jar > http://maven.safehaus.org/slf4j/jars/slf4j-jdk14-1.0-beta4.jar > http://maven.safehaus.org/slf4j/jars/slf4j-nop-1.0-beta4.jar > http://maven.safehaus.org/slf4j/jars/slf4j-simple-1.0-beta4.jar > Thanks, > Alex -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
