File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
19
### Removed
20
20
21
21
### Fixed
22
+ * [ OpenEJB] Remove spurious dependencies ([ #2477 ] ( https://github.com/cucumber/cucumber-jvm/pull/2477 ) M.P. Korstanje)
23
+ - Removed spurious dependencies:
24
+ - ` javax.activation:activation `
25
+ - ` org.glassfish.jaxb:jaxb-runtime `
22
26
23
27
## [ 7.2.3] (2022-01-13)
24
28
Original file line number Diff line number Diff line change 12
12
<name >Cucumber-JVM: OpenEJB</name >
13
13
14
14
<properties >
15
- <activation .version>1.1.1</activation .version>
16
15
<apiguardian-api .version>1.1.2</apiguardian-api .version>
17
16
<hamcrest .version>2.2</hamcrest .version>
18
- <jaxb-api .version>2.3.1</jaxb-api .version>
19
17
<junit-jupiter .version>5.8.2</junit-jupiter .version>
20
18
<openejb-core .version>8.0.9</openejb-core .version>
21
19
<project .Automatic-Module-Name>io.cucumber.openejb</project .Automatic-Module-Name>
56
54
<version >${openejb-core.version} </version >
57
55
<scope >provided</scope >
58
56
</dependency >
59
- <dependency >
60
- <groupId >javax.xml.bind</groupId >
61
- <artifactId >jaxb-api</artifactId >
62
- <version >${jaxb-api.version} </version >
63
- <scope >test</scope >
64
- </dependency >
65
- <dependency >
66
- <groupId >javax.activation</groupId >
67
- <artifactId >activation</artifactId >
68
- <version >${activation.version} </version >
69
- </dependency >
70
- <dependency >
71
- <groupId >org.glassfish.jaxb</groupId >
72
- <artifactId >jaxb-runtime</artifactId >
73
- <version >${jaxb-api.version} </version >
74
- </dependency >
75
57
76
58
<dependency >
77
59
<groupId >io.cucumber</groupId >
You can’t perform that action at this time.
0 commit comments