Skip to content

Commit

Permalink
Merge branch 'master' into fix/asm-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Oct 30, 2022
2 parents ea3247a + 17e35c5 commit 5b80a28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source><target>1.8</target>
<compilerArgs><arg>-Xlint:none</arg></compilerArgs>
<useIncrementalCompilation>false</useIncrementalCompilation>
</configuration>
Expand Down Expand Up @@ -199,9 +198,6 @@
</build>

<dependencies>
<dependency>
<groupId>org.objenesis</groupId><artifactId>objenesis</artifactId><version>3.3</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId><artifactId>spotbugs-annotations</artifactId><version>4.7.3</version>
</dependency>
Expand Down

0 comments on commit 5b80a28

Please sign in to comment.