From 28f36da63fd7387dd90ffdc6905fe747ece2a0aa Mon Sep 17 00:00:00 2001 From: Patrick Hammer <patham9@gmail.com> Date: Fri, 10 Aug 2018 17:58:21 -0400 Subject: [PATCH] Update: pom: encog required by GUI. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e71ccfb7b..69b555b95 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,11 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> + <dependency> + <groupId>org.encog</groupId> + <artifactId>encog-core</artifactId> + <version>3.4</version> + </dependency> <dependency> <groupId>org.opennars</groupId> <artifactId>opennars</artifactId> -- GitLab