diff --git a/pom.xml b/pom.xml
index 8cdcd35..316a8c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
xmpp-notifier-core
xmpp-notifier-console-plugin
xmpp-notifier-console-plugin-l10n
+ smack-core-repackager
diff --git a/smack-core-repackager/pom.xml b/smack-core-repackager/pom.xml
new file mode 100644
index 0000000..f55b946
--- /dev/null
+++ b/smack-core-repackager/pom.xml
@@ -0,0 +1,111 @@
+
+
+
+ 4.0.0
+
+ fish.payara.extensions.notifiers
+ notifiers-parent
+ 2.1-SNAPSHOT
+
+
+ smack-core-repackager
+ Smack Core Repackaged
+ Smack Core repackaged as a module
+ jar
+
+
+ 4.4.8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ default-jar
+
+ true
+
+
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+
+
+
+ *;scope=compile;inline=true
+
+
+ *;version=${smack.version}
+
+ !*
+ !com.sun.*
+
+
+
+
+ osgi-bundle
+ package
+
+ bundle
+
+
+
+
+
+
+
+
+
+ org.igniterealtime.smack
+ smack-core
+ ${smack.version}
+
+
+
\ No newline at end of file
diff --git a/xmpp-notifier-core/pom.xml b/xmpp-notifier-core/pom.xml
index 4cbb1a5..69a245b 100644
--- a/xmpp-notifier-core/pom.xml
+++ b/xmpp-notifier-core/pom.xml
@@ -53,7 +53,7 @@
XMPP Notifier Implementation
- 4.3.4
+ 4.4.8
1.1.4c_7
@@ -70,7 +70,7 @@
org.igniterealtime.smack
- smack-java7
+ smack-java8
${smack.version}