Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
Update pom.xml

Update pom.xml
  • Loading branch information
pjfanning committed Feb 3, 2023
1 parent 0837e65 commit ba48549
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ not datatype, data format, or JAX-RS provider modules.
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
<plugin>
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<executions>
<executions>
<execution>
<id>process-packageVersion</id>
<phase>generate-sources</phase>
</execution>
</executions>
</plugin>
</plugin>

<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>com/fasterxml/jackson/**/failing/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit ba48549

Please sign in to comment.