Browse Source

modify:删除主项目指定maven库设置

master
luyie 3 days ago
parent
commit
4556a9ffd9
  1. 36
      hnac-framework-boot/pom.xml

36
hnac-framework-boot/pom.xml

@ -229,34 +229,6 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!--<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-flow</artifactId>
<version>4.5.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springblade</groupId>
<artifactId>blade-core-cloud</artifactId>
</exclusion>
<exclusion>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-cloud-commons</artifactId>
<groupId>org.springframework.cloud</groupId>
</exclusion>
<exclusion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
</exclusion>
<exclusion>
<artifactId>spring-cloud-starter</artifactId>
<groupId>org.springframework.cloud</groupId>
</exclusion>
</exclusions>
</dependency>-->
<dependency> <dependency>
<groupId>com.hnac.hzinfo.data</groupId> <groupId>com.hnac.hzinfo.data</groupId>
<artifactId>hzinfo-data-socket</artifactId> <artifactId>hzinfo-data-socket</artifactId>
@ -445,13 +417,5 @@
</plugins> </plugins>
</build> </build>
<repositories>
<repository>
<id>local</id>
<name>local maven</name>
<url>http://192.168.65.122:8081/repository/maven-public/</url>
</repository>
</repositories>
</project> </project>

Loading…
Cancel
Save