Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas L. Kjeldsen <tlk@closureconsulting.com>2020-01-31 19:06:11 +0300
committerCristian Maglie <c.maglie@bug.st>2020-02-19 17:13:47 +0300
commit488388050e677d689ac061547f05bc59476e04e1 (patch)
tree7f1faaeaba759f31ac4ac893bc37c750300ac866 /.classpath
parent15133a072044a822990ab77944434b3a1e134cf6 (diff)
Remove "MrBean" dependency
Sacrifice abstract classes and interfaces to reduce the amount of magic performed by MrBean. Refs https://github.com/HuayraLinux/pkg-arduino/issues/4
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 1ebf54417..574e1c7f8 100644
--- a/.classpath
+++ b/.classpath
@@ -23,7 +23,6 @@
<classpathentry kind="lib" path="app/lib/bcprov-jdk15on-152.jar"/>
<classpathentry kind="lib" path="app/lib/jackson-core-2.9.5.jar"/>
<classpathentry kind="lib" path="app/lib/jackson-databind-2.9.5.jar"/>
- <classpathentry kind="lib" path="app/lib/jackson-module-mrbean-2.9.5.jar"/>
<classpathentry kind="lib" path="app/lib/jackson-annotations-2.9.5.jar"/>
<classpathentry kind="lib" path="app/lib/commons-compress-1.8.jar"/>
<classpathentry kind="lib" path="app/lib/commons-lang3-3.8.1.jar"/>