Skip to content

Commit 7c94327

Browse files
committed
redis初始化
1 parent c66b028 commit 7c94327

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project 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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.xf</groupId>
@@ -102,7 +102,7 @@
102102
<version>1.8</version>
103103
</plugin>
104104

105-
<!-- cobertura 测试覆盖率统计插件 -->
105+
<!-- cobertura 测试覆盖率统计插�-->
106106
<plugin>
107107
<groupId>org.codehaus.mojo</groupId>
108108
<artifactId>cobertura-maven-plugin</artifactId>
@@ -152,7 +152,7 @@
152152
<version>2.4</version>
153153
</plugin>
154154

155-
<!-- enforcer插件, 避免被依赖的依赖引入过期的jar包 -->
155+
<!-- enforcer插件, 避免被依赖的依赖引入过期的jar�-->
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-enforcer-plugin</artifactId>
@@ -232,5 +232,6 @@
232232
<modules>
233233
<module>rabbitmq</module>
234234
<module>common</module>
235-
</modules>
236-
</project>
235+
<module>redis</module>
236+
</modules>
237+
</project>

0 commit comments

Comments
 (0)