Skip to content

Commit d0ef7ba

Browse files
authored
Update README.md
1 parent 8597f57 commit d0ef7ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ To use it, simply declare the following plugin in your pom file:
3131
</executions>
3232
</plugin>
3333
```
34+
Also, you would need to add lombok to your dependencies
35+
```xml
36+
<dependency>
37+
<groupId>org.projectlombok</groupId>
38+
<artifactId>lombok</artifactId>
39+
<version>1.18.28</version>
40+
<scope>provided</scope>
41+
</dependency>
42+
```
3443

3544
**sqlFilePath**: Path to the SQL file containing the DDL statements.
3645

0 commit comments

Comments
 (0)