Commit 21b9e806 by 罗长华

修复im-sdk pom文件报错

parent f56c0b33
...@@ -43,6 +43,8 @@ ...@@ -43,6 +43,8 @@
</dependencies> </dependencies>
<build>
<plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
...@@ -59,5 +61,7 @@ ...@@ -59,5 +61,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins>
</build>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment