Commit 590e9c1b authored by yonghuan's avatar yonghuan

修改maven私服地址。

parent 4c17476c
......@@ -240,10 +240,10 @@
<artifactId>ognl</artifactId>
</dependency>
<!-- 分析、编辑和创建Java字节码 -->
<dependency>
<!--<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
</dependency>-->
<!-- 生成PDF报表 -->
<dependency>
<groupId>com.lowagie</groupId>
......@@ -380,17 +380,4 @@
</plugins>
</build>
<distributionManagement>
<repository>
<id>huigou.release</id>
<name>Internal Releases</name>
<url>http://192.168.2.200:8081/nexus/content/repositories/huigou/</url>
</repository>
<snapshotRepository>
<id>huigou.dev</id>
<name>Internal Snapshots</name>
<url>http://192.168.2.200:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
......@@ -1356,7 +1356,7 @@
</exclusions>
</dependency>
<!-- javassist -->
<!-- javassist
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
......@@ -1367,7 +1367,7 @@
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency> -->
<!-- jpush -->
<dependency>
......
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