mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 12:37:24 +08:00
HCFS: bug fix for listEntries
fix https://github.com/chrislusf/seaweedfs/issues/797
This commit is contained in:
@@ -67,6 +67,14 @@
|
||||
</extension>
|
||||
</extensions>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>7</source>
|
||||
<target>7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.xolstice.maven.plugins</groupId>
|
||||
<artifactId>protobuf-maven-plugin</artifactId>
|
||||
|
Reference in New Issue
Block a user