Skip to content

Commit

Permalink
'Remove direct dependencies that are reachable transitively'
Browse files Browse the repository at this point in the history
Affected Checkouts
------------------

  * acteur-modules/acteur-parent
  * giulius-modules/giulius-parent
  * giulius-selenium-tests-modules/giulius-selenium-tests-parent
  * giulius-tests-modules/giulius-tests-parent
  * giulius-web-modules/giulius-web-parent
  * acteur-timetracker
  * acteur-tutorial
  * annotation-tools
  * blather
  * blurt
  * bunyan-java-v2
  * giulius-settings-etcd
  * mongo-promises
  * netty-http-client
  * numble
  * portable-crypto
  * (root)

##### Provenance

Generated by cactus: *cactus-maven-plugin* version _1.5.36_.

  * Mojo:		CommitMojo
  * Generation-Time:	2022-10-28T05:07:35Z
  * Plugin-Build:	yellow light-bulb
  * Plugin-Date:	2022.10.26
  * Plugin-Commit:	45c71cee60ee9a335b03d4e55e4427c4fdabd09d
  * Plugin-Repo-Clean:	true
  • Loading branch information
Tim Boudreau committed Oct 28, 2022
1 parent 230825e commit d969d4b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions netty-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,10 @@

<dependencies>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -77,10 +69,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>util-function</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>acteur-util</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marshaller-registry</artifactId>
Expand All @@ -98,10 +86,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>acteur-headers</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

0 comments on commit d969d4b

Please sign in to comment.