LAPTOP-KB9HII50\70708 hace 3 años
padre
commit
9bfd0699e7
Se han modificado 1 ficheros con 4 adiciones y 5 borrados
  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>