Skip to content

Commit

Permalink
removing unnecessary config for compiler in jackson POM
Browse files Browse the repository at this point in the history
  • Loading branch information
jorabin committed Aug 22, 2023
1 parent 4590548 commit 4095ceb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<generatedSourcesDirectory>src/generated/java</generatedSourcesDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 4095ceb

Please sign in to comment.