diff --git a/pom.xml b/pom.xml index 8cdcd35..62434dd 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ slack-notifier-core slack-notifier-console-plugin slack-notifier-console-plugin-l10n + snmp-repackaged snmp-notifier-core snmp-notifier-console-plugin snmp-notifier-console-plugin-l10n diff --git a/snmp-notifier-core/pom.xml b/snmp-notifier-core/pom.xml index 692335d..8317cfc 100644 --- a/snmp-notifier-core/pom.xml +++ b/snmp-notifier-core/pom.xml @@ -53,7 +53,7 @@ SNMP Notifier Implementation - 3.7.5 + 3.8.2 diff --git a/snmp-repackaged/pom.xml b/snmp-repackaged/pom.xml new file mode 100644 index 0000000..551d1c6 --- /dev/null +++ b/snmp-repackaged/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + fish.payara.extensions.notifiers + notifiers-parent + 2.1-SNAPSHOT + + + snmp4j-repackaged + SNMP4J Repackaged + SNMP4J repackaged as a module + jar + + + 3.8.2 + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + + true + + + + + + org.apache.felix + maven-bundle-plugin + + + + *;scope=compile;inline=true + + + *;version=${snmp4j.version} + + !* + + + + + osgi-bundle + package + + bundle + + + + + + + + + + org.snmp4j + snmp4j + ${snmp4j.version} + + + + \ No newline at end of file