Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
[RFR-852] Remove unused cyface serialization dependency (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 authored Oct 17, 2023
1 parent 9757939 commit 4ed96e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions api-test-environment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
*/

dependencies {
implementation "de.cyface:model:$cyfaceSerializationVersion"

implementation "io.vertx:vertx-mongo-client:$vertxVersion"

// Authentication
Expand Down
2 changes: 0 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
* @since 1.0.0
*/
dependencies {
implementation "de.cyface:model:$cyfaceSerializationVersion"

implementation "io.vertx:vertx-web:$vertxVersion" // Api
implementation "io.vertx:vertx-mongo-client:$vertxVersion" // DatabaseUtils

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ subprojects {
vertxVersion = '4.3.6'
slf4jVersion = '2.0.7'
commonsLangVersion = '3.12.0'
cyfaceSerializationVersion = '2.3.5'
gradleWrapperVersion = '7.6.1'

// Versions of testing dependencies
Expand Down

0 comments on commit 4ed96e4

Please sign in to comment.