Commit 0d30a27
authored
chore(build): scope byte-buddy as test to keep it out of the published POM (#79)
Mockito already excludes its transitive byte-buddy and we pin a single
version in a standalone dependency; that dependency was missing a scope,
so the published POM advertised byte-buddy as a compile dependency even
though no production code references it. Setting <scope>test</scope>
keeps the version pin while keeping byte-buddy off consumers' runtime
classpath; mvn dependency:tree now shows both byte-buddy and
byte-buddy-agent only with :test.
Part of v1.6.5 publish hygiene (PR-7.2).1 parent c4c87f5 commit 0d30a27
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
0 commit comments