Skip to content

Commit 6742d2b

Browse files
committed
dependency cleanup
1 parent d271bc8 commit 6742d2b

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

LICENSE-THIRDPARTY

+1-16
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ com.google.errorprone
6666
io.opentelemetry.semconv
6767
+-opentelemetry-semconv:1.25.0-alpha
6868
| +-The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt
69-
org.objenesis
70-
+-objenesis:3.3
71-
| +-no license specified
7269
org.jline
7370
+-jline:3.26.3
7471
| +-The BSD License - https://opensource.org/licenses/BSD-3-Clause
@@ -109,9 +106,6 @@ dev.failsafe
109106
net.java.dev.jna
110107
+-jna:5.14.0
111108
| +-Apache-2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt
112-
org.scalactic
113-
+-scalactic_3:3.2.18
114-
| +-the Apache License, ASL Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0
115109
org.yaml
116110
+-snakeyaml:2.0
117111
| +-Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -131,14 +125,9 @@ org.antlr
131125
org.jdom
132126
+-jdom2:2.0.6.1
133127
| +-Similar to Apache License but with the acknowledgment clause removed - https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt
134-
org.scalatestplus
135-
+-mockito-4-2_3:3.2.11.0
136-
| +-Apache-2.0 - http://www.apache.org/licenses/LICENSE-2.0
137128
net.bytebuddy
138129
+-byte-buddy:1.15.7
139130
| +-no license specified
140-
+-byte-buddy-agent:1.12.19
141-
| +-no license specified
142131
com.fasterxml.jackson.dataformat
143132
+-jackson-dataformat-yaml:2.15.1
144133
| +-no license specified
@@ -272,14 +261,10 @@ com.google.guava
272261
| +-no license specified
273262
+-failureaccess:1.0.2
274263
| +-no license specified
275-
commons-io
276-
+-commons-io:2.16.1
277-
| +-no license specified
264+
278265
org.scala-lang.modules
279266
+-scala-asm:9.6.0-scala-1
280267
| +-BSD 3-clause - http://opensource.org/licenses/BSD-3-Clause
281-
+-scala-xml_3:2.1.0
282-
| +-Apache-2.0 - https://www.apache.org/licenses/LICENSE-2.0
283268
ua.co.k
284269
+-strftime4j:1.0.5
285270
| +-MIT License - http://www.opensource.org/licenses/mit-license.php

build.sbt

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ val gwenWeb = (project in file("."))
1414
.sourceDependency(gwenSrc, gwenLib)
1515
.settings(
1616
projectSettings,
17-
libraryDependencies ++= mainDependencies ++ testDependencies,
18-
excludeDependencies ++= Seq(
19-
ExclusionRule("org.graalvm.js", "js-scriptengine"),
20-
ExclusionRule("org.graalvm.js", "js")
21-
)
17+
libraryDependencies ++= mainDependencies ++ testDependencies
2218
)
2319

2420
resolvers ++= Seq(

0 commit comments

Comments
 (0)