diff --git a/client/pom.xml b/client/pom.xml
index 3fa6d9117..862024ea6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -89,18 +89,6 @@
-
- io.takari.maven.plugins
- takari-lifecycle-plugin
-
-
-
- sisu-index
-
- process-classes
-
-
-
org.apache.maven.plugins
maven-compiler-plugin
diff --git a/common/pom.xml b/common/pom.xml
index 6d9ff7b6c..1e4a36fb4 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -73,18 +73,6 @@
-
- io.takari.maven.plugins
- takari-lifecycle-plugin
-
-
-
- sisu-index
-
- process-classes
-
-
-
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 9b6208790..a7d37bdc6 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -84,6 +84,13 @@
jline-terminal
+
+ org.eclipse.sisu
+ org.eclipse.sisu.inject
+ ${sisu.version}
+ compile
+
+
org.junit.jupiter
junit-jupiter
@@ -99,18 +106,6 @@
-
- io.takari.maven.plugins
- takari-lifecycle-plugin
-
-
-
- sisu-index
-
- process-classes
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
diff --git a/pom.xml b/pom.xml
index e3d82ff49..c6a9efa1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
3.8.5
1.7.3
1.7.35
+ 0.3.5
1.4
@@ -249,6 +250,12 @@
0.8.1-SNAPSHOT
+
+ org.eclipse.sisu
+ org.eclipse.sisu.inject
+ ${sisu.version}
+
+
org.jline
jline-terminal
@@ -362,11 +369,6 @@ limitations under the License.
-
- io.takari.maven.plugins
- takari-lifecycle-plugin
- ${takari-lifecycle.version}
-
net.revelc.code.formatter
formatter-maven-plugin