diff --git a/iotaflashlibjswrapper.iml b/iotaflashlibjswrapper.iml
index f2b5225..b793751 100644
--- a/iotaflashlibjswrapper.iml
+++ b/iotaflashlibjswrapper.iml
@@ -12,5 +12,6 @@
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5f16704..b9968dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,24 @@
iota.flash.lib.js.wrapper
1.0-SNAPSHOT
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+
com.eclipsesource.j2v8
j2v8_macosx_x86_64
4.6.0
+
+ com.github.iotaledger
+ iota~lib~java
+ v0.9.10
+
diff --git a/src/main/java/Bundle.java b/src/main/java/Bundle.java
index 1eeef4f..43cae9c 100644
--- a/src/main/java/Bundle.java
+++ b/src/main/java/Bundle.java
@@ -4,21 +4,25 @@ import java.util.List;
import java.util.Map;
class Bundle {
- private ArrayList bundles;
+ private ArrayList bundles;
- public Bundle(ArrayList bundles) {
+ public Bundle(ArrayList bundles) {
this.bundles = bundles;
}
public Map toMap() {
Map map = new HashMap();
List