Frank, When I do a Maven build I get the following:
[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building xxxx 1.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: https://xxxx/artifactory/java-libs-release/com/oosnmp/jasmi/4.2.2/jasmi-4.2.2.pom [INFO] Downloading: https://xxxx/artifactory/java-libs-snapshot/com/oosnmp/jasmi/4.2.2/jasmi-4.2.2.pom [WARNING] The POM for com.oosnmp:jasmi:jar:4.2.2 is missing, no dependency information available [INFO] Downloading: https://xxxx/artifactory/java-libs-release/com/oosnmp/valueconverter/3.0.4/valueconverter-3.0.4.pom [INFO] Downloading: https://xxxx/artifactory/java-libs-snapshot/com/oosnmp/valueconverter/3.0.4/valueconverter-3.0.4.pom [WARNING] The POM for com.oosnmp:valueconverter:jar:3.0.4 is missing, no dependency information available [INFO] Downloading: https://xxxx/artifactory/java-libs-release/com/oosnmp/jasmi/4.2.2/jasmi-4.2.2.jar [INFO] Downloading: https://xxxx/artifactory/java-libs-release/com/oosnmp/valueconverter/3.0.4/valueconverter-3.0.4.jar [INFO] Downloading: https://xxxx/artifactory/java-libs-snapshot/com/oosnmp/jasmi/4.2.2/jasmi-4.2.2.jar [INFO] Downloading: https://xxxx/artifactory/java-libs-snapshot/com/oosnmp/valueconverter/3.0.4/valueconverter-3.0.4.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.503 s [INFO] Finished at: 2017-08-29T14:38:22-04:00 [INFO] Final Memory: 10M/155M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project xxxx: Could not resolve dependencies for project xxxx-SNAPSHOT: The following artifacts could not be resolved: com.oosnmp:jasmi:jar:4.2.2, com.oosnmp:valueconverter:jar:3.0.4: Could not find artifact com.oosnmp:jasmi:jar:4.2.2 in central (xxxx) -> [Help 1] Thanks, DonB -----Original Message----- From: Frank Fock [mailto:[email protected]] Sent: Thursday, August 24, 2017 5:21 PM To: Broderick, Don <[email protected]> Cc: [email protected] Subject: Re: [SNMP4J] SNMP4J-SMI-PRO Missing artifact in Maven repository? Hi Don, The artefacts you are missing are internal ones and are already included in the SNMP4J-SMI-PRO 1.9.1 JAR file.Why do you think that those classes are missing? Do you get any class not found exception? Best regards, Frank > On 24. Aug 2017, at 17:19, Broderick, Don <[email protected]> wrote: > > I am trying to upgrade so v1.9.1 and get the following error: > com.oosnmp:jasmi:jar:4.2.2, com.oosnmp:valueconverter:jar:3.0.4: Could not > find artifact > > I have looked in https://oosnmp.net/dist/release/com/oosnmp/ and do not see > jasmi, is this missing from the repository? > > Thanks, > DonB > _______________________________________________ > SNMP4J mailing list > [email protected] > https://oosnmp.net/mailman/listinfo/snmp4j _______________________________________________ SNMP4J mailing list [email protected] https://oosnmp.net/mailman/listinfo/snmp4j
