File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed
testcontainers-java-selenium-demo
testcontainers-java-selenium Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change 52
52
<dependency >
53
53
<groupId >org.seleniumhq.selenium</groupId >
54
54
<artifactId >selenium-remote-driver</artifactId >
55
- <!-- Tracing is not needed -->
56
55
<exclusions >
56
+ <!-- Tracing is not needed -->
57
57
<exclusion >
58
58
<groupId >io.opentelemetry</groupId >
59
59
<artifactId >*</artifactId >
60
60
</exclusion >
61
+ <!-- No unused, beta-grade, RUST blobs -->
62
+ <exclusion >
63
+ <groupId >org.seleniumhq.selenium</groupId >
64
+ <artifactId >selenium-manager</artifactId >
65
+ </exclusion >
61
66
</exclusions >
62
67
</dependency >
63
68
69
74
<dependency >
70
75
<groupId >org.seleniumhq.selenium</groupId >
71
76
<artifactId >selenium-firefox-driver</artifactId >
77
+ <exclusions >
78
+ <!-- No unused, beta-grade, RUST blobs -->
79
+ <exclusion >
80
+ <groupId >org.seleniumhq.selenium</groupId >
81
+ <artifactId >selenium-manager</artifactId >
82
+ </exclusion >
83
+ </exclusions >
72
84
</dependency >
73
85
74
86
<dependency >
75
87
<groupId >org.seleniumhq.selenium</groupId >
76
88
<artifactId >selenium-chrome-driver</artifactId >
89
+ <exclusions >
90
+ <!-- No unused, beta-grade, RUST blobs -->
91
+ <exclusion >
92
+ <groupId >org.seleniumhq.selenium</groupId >
93
+ <artifactId >selenium-manager</artifactId >
94
+ </exclusion >
95
+ </exclusions >
77
96
</dependency >
78
97
</dependencies >
79
98
Original file line number Diff line number Diff line change 126
126
<artifactId >selenium-remote-driver</artifactId >
127
127
<version >4.19.1</version >
128
128
<scope >test</scope >
129
- <!-- Tracing is not needed -->
130
129
<exclusions >
130
+ <!-- Tracing is not needed -->
131
131
<exclusion >
132
132
<groupId >io.opentelemetry</groupId >
133
133
<artifactId >*</artifactId >
134
134
</exclusion >
135
+ <!-- No unused, beta-grade, RUST blobs -->
136
+ <exclusion >
137
+ <groupId >org.seleniumhq.selenium</groupId >
138
+ <artifactId >selenium-manager</artifactId >
139
+ </exclusion >
135
140
</exclusions >
136
141
</dependency >
137
142
<dependency >
145
150
<artifactId >selenium-firefox-driver</artifactId >
146
151
<version >4.19.1</version >
147
152
<scope >test</scope >
153
+ <exclusions >
154
+ <!-- No unused, beta-grade, RUST blobs -->
155
+ <exclusion >
156
+ <groupId >org.seleniumhq.selenium</groupId >
157
+ <artifactId >selenium-manager</artifactId >
158
+ </exclusion >
159
+ </exclusions >
148
160
</dependency >
149
161
<dependency >
150
162
<groupId >org.seleniumhq.selenium</groupId >
151
163
<artifactId >selenium-chrome-driver</artifactId >
152
164
<version >4.19.1</version >
153
165
<scope >test</scope >
166
+ <exclusions >
167
+ <!-- No unused, beta-grade, RUST blobs -->
168
+ <exclusion >
169
+ <groupId >org.seleniumhq.selenium</groupId >
170
+ <artifactId >selenium-manager</artifactId >
171
+ </exclusion >
172
+ </exclusions >
154
173
</dependency >
155
174
</dependencies >
156
175
You can’t perform that action at this time.
0 commit comments