Commit 590e9c1b authored by yonghuan's avatar yonghuan

修改maven私服地址。

parent 4c17476c
...@@ -240,10 +240,10 @@ ...@@ -240,10 +240,10 @@
<artifactId>ognl</artifactId> <artifactId>ognl</artifactId>
</dependency> </dependency>
<!-- 分析、编辑和创建Java字节码 --> <!-- 分析、编辑和创建Java字节码 -->
<dependency> <!--<dependency>
<groupId>javassist</groupId> <groupId>javassist</groupId>
<artifactId>javassist</artifactId> <artifactId>javassist</artifactId>
</dependency> </dependency>-->
<!-- 生成PDF报表 --> <!-- 生成PDF报表 -->
<dependency> <dependency>
<groupId>com.lowagie</groupId> <groupId>com.lowagie</groupId>
...@@ -380,17 +380,4 @@ ...@@ -380,17 +380,4 @@
</plugins> </plugins>
</build> </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> </project>
\ No newline at end of file
...@@ -1356,7 +1356,7 @@ ...@@ -1356,7 +1356,7 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- javassist --> <!-- javassist
<dependency> <dependency>
<groupId>javassist</groupId> <groupId>javassist</groupId>
<artifactId>javassist</artifactId> <artifactId>javassist</artifactId>
...@@ -1367,7 +1367,7 @@ ...@@ -1367,7 +1367,7 @@
<artifactId>*</artifactId> <artifactId>*</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency> -->
<!-- jpush --> <!-- jpush -->
<dependency> <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