Skip to content

Commit 533974b

Browse files
committed
Remove not needed log4j.properties from modules without tests and clean pom.xml for not needed modules
1 parent 7d331f4 commit 533974b

32 files changed

Lines changed: 3 additions & 431 deletions

File tree

modules/flowable-app-engine/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
<artifactId>assertj-core</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96-
<dependency>
97-
<groupId>org.junit.vintage</groupId>
98-
<artifactId>junit-vintage-engine</artifactId>
99-
<scope>test</scope>
100-
</dependency>
10196
<dependency>
10297
<groupId>com.h2database</groupId>
10398
<artifactId>h2</artifactId>

modules/flowable-batch-service/pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,6 @@
4242
<groupId>joda-time</groupId>
4343
<artifactId>joda-time</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>junit</groupId>
47-
<artifactId>junit</artifactId>
48-
<scope>provided</scope>
49-
</dependency>
50-
<dependency>
51-
<groupId>org.junit.jupiter</groupId>
52-
<artifactId>junit-jupiter-api</artifactId>
53-
<scope>test</scope>
54-
</dependency>
55-
<dependency>
56-
<groupId>org.junit.jupiter</groupId>
57-
<artifactId>junit-jupiter-engine</artifactId>
58-
<scope>test</scope>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.junit.vintage</groupId>
62-
<artifactId>junit-vintage-engine</artifactId>
63-
<scope>test</scope>
64-
</dependency>
65-
<dependency>
66-
<groupId>com.h2database</groupId>
67-
<artifactId>h2</artifactId>
68-
<scope>test</scope>
69-
</dependency>
7045
<dependency>
7146
<groupId>org.slf4j</groupId>
7247
<artifactId>slf4j-api</artifactId>
@@ -75,11 +50,6 @@
7550
<groupId>org.slf4j</groupId>
7651
<artifactId>jcl-over-slf4j</artifactId>
7752
</dependency>
78-
<dependency>
79-
<groupId>org.slf4j</groupId>
80-
<artifactId>slf4j-reload4j</artifactId>
81-
<scope>test</scope>
82-
</dependency>
8353
</dependencies>
8454

8555
<properties>

modules/flowable-batch-service/src/test/resources/log4j.properties

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/flowable-bpmn-layout/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,26 +104,6 @@
104104
<artifactId>jgraphx</artifactId>
105105
<version>4.2.2</version>
106106
</dependency>
107-
<dependency>
108-
<groupId>junit</groupId>
109-
<artifactId>junit</artifactId>
110-
<scope>provided</scope>
111-
</dependency>
112-
<dependency>
113-
<groupId>org.junit.jupiter</groupId>
114-
<artifactId>junit-jupiter-api</artifactId>
115-
<scope>test</scope>
116-
</dependency>
117-
<dependency>
118-
<groupId>org.junit.jupiter</groupId>
119-
<artifactId>junit-jupiter-engine</artifactId>
120-
<scope>test</scope>
121-
</dependency>
122-
<dependency>
123-
<groupId>org.junit.vintage</groupId>
124-
<artifactId>junit-vintage-engine</artifactId>
125-
<scope>test</scope>
126-
</dependency>
127107
</dependencies>
128108

129109
</project>

modules/flowable-camel/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
<artifactId>slf4j-reload4j</artifactId>
6464
<scope>test</scope>
6565
</dependency>
66-
<dependency>
67-
<groupId>junit</groupId>
68-
<artifactId>junit</artifactId>
69-
<scope>test</scope>
70-
</dependency>
7166
<dependency>
7267
<groupId>org.junit.jupiter</groupId>
7368
<artifactId>junit-jupiter-api</artifactId>
@@ -78,11 +73,6 @@
7873
<artifactId>junit-jupiter-engine</artifactId>
7974
<scope>test</scope>
8075
</dependency>
81-
<dependency>
82-
<groupId>org.junit.vintage</groupId>
83-
<artifactId>junit-vintage-engine</artifactId>
84-
<scope>test</scope>
85-
</dependency>
8676
<dependency>
8777
<groupId>org.assertj</groupId>
8878
<artifactId>assertj-core</artifactId>

modules/flowable-cmmn-image-generator/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
<dependency>
107107
<groupId>org.slf4j</groupId>
108108
<artifactId>slf4j-api</artifactId>
109-
</dependency>
110-
<dependency>
111-
<groupId>junit</groupId>
112-
<artifactId>junit</artifactId>
113-
<scope>test</scope>
114109
</dependency>
115110
</dependencies>
116111

modules/flowable-cxf/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@
107107
<artifactId>flowable-engine</artifactId>
108108
<scope>provided</scope>
109109
</dependency>
110-
<dependency>
111-
<groupId>junit</groupId>
112-
<artifactId>junit</artifactId>
113-
<scope>test</scope>
114-
</dependency>
115110
<dependency>
116111
<groupId>org.apache.cxf</groupId>
117112
<artifactId>cxf-rt-frontend-jaxws</artifactId>
@@ -140,11 +135,6 @@
140135
<artifactId>junit-jupiter-engine</artifactId>
141136
<scope>test</scope>
142137
</dependency>
143-
<dependency>
144-
<groupId>org.junit.vintage</groupId>
145-
<artifactId>junit-vintage-engine</artifactId>
146-
<scope>test</scope>
147-
</dependency>
148138
<dependency>
149139
<groupId>org.assertj</groupId>
150140
<artifactId>assertj-core</artifactId>

modules/flowable-dmn-image-generator/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
<dependency>
107107
<groupId>org.slf4j</groupId>
108108
<artifactId>slf4j-api</artifactId>
109-
</dependency>
110-
<dependency>
111-
<groupId>junit</groupId>
112-
<artifactId>junit</artifactId>
113-
<scope>test</scope>
114109
</dependency>
115110
</dependencies>
116111

modules/flowable-dmn-spring-configurator/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<groupId>org.springframework</groupId>
4848
<artifactId>spring-test</artifactId>
4949
<scope>test</scope>
50-
</dependency>
51-
<dependency>
52-
<groupId>junit</groupId>
53-
<artifactId>junit</artifactId>
54-
<scope>test</scope>
5550
</dependency>
5651
<dependency>
5752
<groupId>org.junit.jupiter</groupId>
@@ -63,11 +58,6 @@
6358
<artifactId>junit-jupiter-engine</artifactId>
6459
<scope>test</scope>
6560
</dependency>
66-
<dependency>
67-
<groupId>org.junit.vintage</groupId>
68-
<artifactId>junit-vintage-engine</artifactId>
69-
<scope>test</scope>
70-
</dependency>
7161
<dependency>
7262
<groupId>org.assertj</groupId>
7363
<artifactId>assertj-core</artifactId>

modules/flowable-dmn-xml-converter/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<artifactId>commons-io</artifactId>
4242
</dependency>
4343

44-
<dependency>
45-
<groupId>junit</groupId>
46-
<artifactId>junit</artifactId>
47-
<scope>provided</scope>
48-
</dependency>
4944
<dependency>
5045
<groupId>org.junit.jupiter</groupId>
5146
<artifactId>junit-jupiter-api</artifactId>
@@ -55,11 +50,6 @@
5550
<groupId>org.junit.jupiter</groupId>
5651
<artifactId>junit-jupiter-engine</artifactId>
5752
<scope>test</scope>
58-
</dependency>
59-
<dependency>
60-
<groupId>org.junit.vintage</groupId>
61-
<artifactId>junit-vintage-engine</artifactId>
62-
<scope>test</scope>
6353
</dependency>
6454
<dependency>
6555
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)