Skip to content

Commit b4dcbe2

Browse files
ibachermseaton
andauthored
FM2-613: Remove unnecessarily packaged modules (openmrs#533)
Co-authored-by: Michael Seaton <[email protected]>
1 parent 8d76ba4 commit b4dcbe2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,18 @@
238238
<groupId>org.springframework</groupId>
239239
<artifactId>spring-messaging</artifactId>
240240
</exclusion>
241+
<exclusion>
242+
<groupId>org.springframework.batch</groupId>
243+
<artifactId>spring-batch-core</artifactId>
244+
</exclusion>
241245
<exclusion>
242246
<groupId>org.jetbrains.kotlin</groupId>
243247
<artifactId>kotlin-stdlib-jdk8</artifactId>
244248
</exclusion>
249+
<exclusion>
250+
<groupId>org.slf4j</groupId>
251+
<artifactId>slf4j-api</artifactId>
252+
</exclusion>
245253
</exclusions>
246254
</dependency>
247255
<dependency>
@@ -407,7 +415,7 @@
407415
<groupId>commons-io</groupId>
408416
<artifactId>commons-io</artifactId>
409417
<version>2.7</version>
410-
<scope>compile</scope>
418+
<scope>provided</scope>
411419
</dependency>
412420
<dependency>
413421
<groupId>com.github.ben-manes.caffeine</groupId>

0 commit comments

Comments
 (0)