Skip to content

Commit

Permalink
Add lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill380 committed Sep 30, 2016
1 parent a07876e commit 144db68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -31,7 +31,7 @@ Copyright 2014-2016 CyberVision, Inc.
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<main.dir>${basedir}</main.dir>
<avro-ui.version>0.2.1</avro-ui.version>

<lombok.version>1.16.10.0</lombok.version>
<akka.version>2.4.1</akka.version>
<spring.version>4.2.5.RELEASE</spring.version>
<spring.security.version>3.2.9.RELEASE</spring.security.version>
Expand Down Expand Up @@ -1332,6 +1332,11 @@ Copyright 2014-2016 CyberVision, Inc.
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit 144db68

Please sign in to comment.