Browse Source

代码修改

LAPTOP-KB9HII50\70708 3 years ago
parent
commit
9bfd0699e7
1 changed files with 4 additions and 5 deletions
  1. 4 5
      svr/svr-internet-hospital-entrance/pom.xml

+ 4 - 5
svr/svr-internet-hospital-entrance/pom.xml

@ -63,7 +63,10 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-activemq</artifactId>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
        </dependency>
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
@ -152,10 +155,6 @@
            <artifactId>mqSdk</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
        </dependency>
        <dependency>
            <groupId>io.github.swagger2markup</groupId>