Skip to content

Commit 513147e

Browse files
committed
added janino back in for logback
1 parent 731301e commit 513147e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
448448
<artifactId>logback-classic</artifactId>
449449
<version>1.5.9</version>
450450
</dependency>
451+
<dependency>
452+
<groupId>org.codehaus.janino</groupId>
453+
<artifactId>janino</artifactId>
454+
<version>3.1.8</version>
455+
</dependency>
451456
<!-- logging -->
452457
<dependency>
453458
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)