Skip to content

Commit

Permalink
HDDS-11600. Intermittent failure in repro due to ordering differences…
Browse files Browse the repository at this point in the history
… in builddef.lst (apache#7342)
  • Loading branch information
adoroszlai authored Oct 23, 2024
1 parent e7bf154 commit 35b6a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hadoop-ozone/ozone-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,13 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>${aspectj-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<argumentFileDirectory>${project.build.directory}/aspectj-build</argumentFileDirectory>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<sonar.java.binaries>${basedir}/target/classes</sonar.java.binaries>

<aspectj.version>1.9.7</aspectj.version>
<aspectj-plugin.version>1.15.0</aspectj-plugin.version>
<aspectj-plugin.version>1.14</aspectj-plugin.version>
<restrict-imports.enforcer.version>2.6.0</restrict-imports.enforcer.version>
<jgrapht.version>1.4.0</jgrapht.version>
<jgraphx.version>3.9.12</jgraphx.version>
Expand Down

0 comments on commit 35b6a3a

Please sign in to comment.