Commit ba184ca
Bas de Vos
Fixed pom.xml dependency declarations
- <scope>provided</scope> is not to be used when you are building a lib.
Instead use <optional>true</optional> to prevent this will become a
transitive dependency if users put your lib as dependency in their
pom.xml.
- The jaxb dependency is only needed in <scope>test</scope>1 parent c460819 commit ba184ca
1 file changed
+3
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 104 | + | |
119 | 105 | | |
120 | 106 | | |
121 | 107 | | |
| |||
0 commit comments