Skip to content

Commit

Permalink
Minor fixes + improvement (#184)
Browse files Browse the repository at this point in the history
* Verify more classe from build-tool-integ-tests
* Remove unnecessary dependencies
  • Loading branch information
snazy authored May 19, 2022
1 parent 20cdb1c commit 8701229
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions build-tool-integ-tests/src/main/java/MyClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
* limitations under the License.
*/

import com.google.api.expr.v1alpha1.ConformanceServiceGrpc;
import com.google.api.expr.v1alpha1.Decl;
import org.projectnessie.cel.checker.Decls;
import org.projectnessie.cel.tools.ScriptHost;
import org.projectnessie.cel.types.jackson.JacksonRegistry;

public class MyClass {}
4 changes: 0 additions & 4 deletions conformance/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

import com.google.protobuf.gradle.generateProtoTasks
import com.google.protobuf.gradle.plugins
import com.google.protobuf.gradle.protoc

plugins {
Expand Down Expand Up @@ -46,8 +44,6 @@ dependencies {
runtimeOnly("io.grpc:grpc-netty-shaded")
compileOnly("org.apache.tomcat:annotations-api")

testImplementation(platform(rootProject))

testImplementation("org.assertj:assertj-core")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
Expand Down
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ dependencies {

implementation("org.agrona:agrona")

testImplementation(platform(rootProject))

testImplementation(project(":generated-pb", "testJar"))
testImplementation("org.assertj:assertj-core")
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
1 change: 0 additions & 1 deletion jackson/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml")

testImplementation(platform(rootProject))
testAnnotationProcessor(platform(rootProject))
testImplementation(project(":tools"))
testAnnotationProcessor("org.immutables:value-processor")
Expand Down

0 comments on commit 8701229

Please sign in to comment.