Skip to content

Commit

Permalink
removes unnecessary dependenies
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebanasios committed Dec 7, 2024
1 parent 683cc83 commit 50c4598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<ignoredUsedUndeclaredDependencies>
<dependency>com.microsoft.azure:msal4j:jar</dependency>
<dependency>io.projectreactor:reactor-core:jar</dependency>
<dependency>org.reactivestreams:reactive-streams:jar</dependency>
</ignoredUsedUndeclaredDependencies>
<ignoreNonCompile>true</ignoreNonCompile>
</configuration>
Expand Down Expand Up @@ -155,11 +156,6 @@
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>${reactive-streams.version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
<commons-codec.version>1.17.0</commons-codec.version>
<apache.httpclient.version>4.5.14</apache.httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<reactor-test.version>3.6.11</reactor-test.version>
<fasterxml.jackson.core.version>2.16.0</fasterxml.jackson.core.version>
<univocity-parsers.version>2.9.1</univocity-parsers.version>
<resilience4j.version>1.7.1</resilience4j.version>
Expand Down

0 comments on commit 50c4598

Please sign in to comment.