Skip to content

Commit

Permalink
trying to remove dependency on netty
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 22, 2024
1 parent 9317fb5 commit f98ea0c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions google-api-client-apache-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
Expand All @@ -127,14 +127,14 @@
</goals>
<configuration>
<configLocation>google_checks.xml</configLocation>
<suppressionsLocation>${project.basedir}/../src/checkstyle/checkstyle-suppressions.xml2</suppressionsLocation>
<suppressionsLocation>${project.basedir}/../src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>true</failOnViolation>
<violationSeverity>warning</violationSeverity>
</configuration>
</execution>
</executions>
</plugin>
</plugin> -->
</plugins>

<resources>
Expand Down Expand Up @@ -220,10 +220,5 @@
<version>5.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>12.0.10</version>
</dependency>
</dependencies>
</project>

0 comments on commit f98ea0c

Please sign in to comment.