Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit f952c7c6 authored by riorio805's avatar riorio805
Browse files

Fix compile errors in IntelliJ by adding version to lombok in pom.xml

parent 125e7f7f
No related branches found
No related tags found
1 merge request!1Login registration
...@@ -85,6 +85,11 @@ ...@@ -85,6 +85,11 @@
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.2</version>
</dependency>
<!-- REST-assured for integration testing --> <!-- REST-assured for integration testing -->
<dependency> <dependency>
...@@ -171,6 +176,7 @@ ...@@ -171,6 +176,7 @@
<path> <path>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.36</version>
</path> </path>
</annotationProcessorPaths> </annotationProcessorPaths>
</configuration> </configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment