Skip to content

Commit 12fd4e2

Browse files
authored
Merge pull request #5 from matmar3/dev
Upgrade to sb4
2 parents 4019c74 + 3f3484b commit 12fd4e2

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.projectlombok</groupId>
4242
<artifactId>lombok</artifactId>
43-
<scope>compile</scope>
43+
<scope>provided</scope>
4444
</dependency>
4545

4646
<dependency>
@@ -82,6 +82,21 @@
8282
<artifactId>maven-surefire-plugin</artifactId>
8383
<version>${org.apache.maven.plugins.maven-surefire-plugin.version}</version>
8484
</plugin>
85+
86+
<plugin>
87+
<groupId>org.apache.maven.plugins</groupId>
88+
<artifactId>maven-compiler-plugin</artifactId>
89+
<configuration>
90+
<source>${java.version}</source>
91+
<target>${java.version}</target>
92+
<annotationProcessorPaths>
93+
<path>
94+
<groupId>org.projectlombok</groupId>
95+
<artifactId>lombok</artifactId>
96+
</path>
97+
</annotationProcessorPaths>
98+
</configuration>
99+
</plugin>
85100
</plugins>
86101
</build>
87102

0 commit comments

Comments
 (0)