Skip to content

Commit 822a623

Browse files
committed
pom.xml
1 parent 3593de0 commit 822a623

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
<dependency>
8787
<groupId>io.github.albertus82</groupId>
8888
<artifactId>unexepack</artifactId>
89-
<version>0.3.1</version>
90-
</dependency>
89+
<version>1.0.0</version>
90+
</dependency>
9191
<dependency>
9292
<groupId>org.eclipse.platform</groupId>
9393
<artifactId>org.eclipse.core.commands</artifactId>
@@ -692,9 +692,9 @@
692692
<version>3.9.0</version>
693693
</plugin>
694694
<plugin>
695-
<groupId>org.sonarsource.scanner.maven</groupId>
696-
<artifactId>sonar-maven-plugin</artifactId>
697-
<version>5.5.0.6356</version>
695+
<groupId>org.sonarsource.scanner.maven</groupId>
696+
<artifactId>sonar-maven-plugin</artifactId>
697+
<version>5.5.0.6356</version>
698698
</plugin>
699699
</plugins>
700700
</pluginManagement>
@@ -727,11 +727,11 @@
727727
<configuration>
728728
<compilerArgument>-Xlint:all</compilerArgument>
729729
<annotationProcessorPaths>
730-
<path>
731-
<groupId>org.projectlombok</groupId>
732-
<artifactId>lombok</artifactId>
733-
<version>${lombok.version}</version>
734-
</path>
730+
<path>
731+
<groupId>org.projectlombok</groupId>
732+
<artifactId>lombok</artifactId>
733+
<version>${lombok.version}</version>
734+
</path>
735735
</annotationProcessorPaths>
736736
</configuration>
737737
</plugin>

0 commit comments

Comments
 (0)