@ -19,18 +19,16 @@
</properties>
<dependencies >
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-messaging</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
<groupId > org.springframework.boot</groupId>
<artifactId > spring-boot-starter</artifactId>
</dependency>
<dependency >
<groupId > org.springframework.boot</groupId>
<artifactId > spring-boot-starter-aop</artifactId>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-tx </artifactId>
<artifactId > spring-core </artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
@ -40,97 +38,39 @@
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-web</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
<artifactId > spring-messaging</artifactId>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-webmvc</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
<artifactId > spring-tx</artifactId>
</dependency>
<dependency >
<groupId > org.springframework.boot</groupId>
<artifactId > spring-boot-starter</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
<groupId > org.springframework</groupId>
<artifactId > spring-web</artifactId>
</dependency>
<dependency >
<groupId > org.springframework.boot</groupId>
<artifactId > spring-boot-starter-aop</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
<groupId > org.springframework</groupId>
<artifactId > spring-webmvc</artifactId>
</dependency>
<dependency >
<groupId > org.springframework.integration</groupId>
<artifactId > spring-integration-core</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.integration</groupId>
<artifactId > spring-integration-file</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.integration</groupId>
<artifactId > spring-integration-http</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.integration</groupId>
<artifactId > spring-integration-ip</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.integration</groupId>
<artifactId > spring-integration-stream</artifactId>
<exclusions >
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>