diff --git a/pixels-common/pom.xml b/pixels-common/pom.xml
index 4d02f02de..8b6631aac 100644
--- a/pixels-common/pom.xml
+++ b/pixels-common/pom.xml
@@ -200,33 +200,6 @@
-
- org.apache.maven.plugins
- maven-dependency-plugin
- ${maven.plugin.dependency.version}
-
-
- unpack
- generate-sources
-
- unpack
-
-
-
-
- com.github.davidmoten
- flatbuffers-compiler
- ${dep.flatbuffers.version}
- tar.gz
- distribution-${os.detected.name}
- true
- ${project.build.directory}
-
-
-
-
-
-
org.apache.maven.plugins
maven-antrun-plugin
@@ -240,6 +213,12 @@
+
+
+
+
+
diff --git a/pixels-common/src/main/resources/flatc/linux-aarch_64/flatc-2.0.8 b/pixels-common/src/main/resources/flatc/linux-aarch_64/flatc-2.0.8
new file mode 100644
index 000000000..2b3bdf9fb
Binary files /dev/null and b/pixels-common/src/main/resources/flatc/linux-aarch_64/flatc-2.0.8 differ
diff --git a/pixels-common/src/main/resources/flatc/linux-x86_64/flatc-2.0.8 b/pixels-common/src/main/resources/flatc/linux-x86_64/flatc-2.0.8
new file mode 100644
index 000000000..457bb8fba
Binary files /dev/null and b/pixels-common/src/main/resources/flatc/linux-x86_64/flatc-2.0.8 differ
diff --git a/pixels-common/src/main/resources/flatc/osx-aarch64/flatc-2.0.8 b/pixels-common/src/main/resources/flatc/osx-aarch64/flatc-2.0.8
new file mode 100644
index 000000000..33b4ecff7
Binary files /dev/null and b/pixels-common/src/main/resources/flatc/osx-aarch64/flatc-2.0.8 differ
diff --git a/pixels-common/src/main/resources/flatc/osx-x86_64/flatc-2.0.8 b/pixels-common/src/main/resources/flatc/osx-x86_64/flatc-2.0.8
new file mode 100644
index 000000000..1914a8a1e
Binary files /dev/null and b/pixels-common/src/main/resources/flatc/osx-x86_64/flatc-2.0.8 differ
diff --git a/pixels-common/src/main/resources/flatc/windows-x86_64/flatc-2.0.8 b/pixels-common/src/main/resources/flatc/windows-x86_64/flatc-2.0.8
new file mode 100644
index 000000000..38563fd32
Binary files /dev/null and b/pixels-common/src/main/resources/flatc/windows-x86_64/flatc-2.0.8 differ