Skip to content

Commit

Permalink
fix compile error (alibaba#898)
Browse files Browse the repository at this point in the history
fix issue: alibaba#290
  • Loading branch information
wenweihu86 authored Mar 29, 2022
1 parent 6d029dd commit fe56ce6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/jmockit-0.999.10.pom
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent><groupId>mockit</groupId><artifactId>mockit</artifactId><version>0.999.10</version></parent>
<artifactId>jmockit</artifactId><version>0.999.10</version>

<groupId>mockit</groupId>
<artifactId>jmockit</artifactId>
<version>0.999.10</version>
<name>Main</name>

<build>
Expand Down Expand Up @@ -90,4 +91,4 @@
</exclusions>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit fe56ce6

Please sign in to comment.