summaryrefslogtreecommitdiffstats
path: root/northbound/ueb-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/ueb-listener/pom.xml')
-rwxr-xr-xnorthbound/ueb-listener/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/northbound/ueb-listener/pom.xml b/northbound/ueb-listener/pom.xml
index db620937b..293c5ba49 100755
--- a/northbound/ueb-listener/pom.xml
+++ b/northbound/ueb-listener/pom.xml
@@ -93,6 +93,11 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.24</version>
+ </dependency>
</dependencies>
<build>