Skip to content

Commit

Permalink
Remove Jackson Avro from build and release steps (#13383)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Jul 21, 2020
1 parent a85e4db commit d06ff61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
<artifactId>azure-core-serializer-avro-apache</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-jackson</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-jackson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ extends:
- name: azure-core-serializer-avro-apache
groupId: com.azure
safeName: azurecoreserializeravroapache
- name: azure-core-serializer-avro-jackson
groupId: com.azure
safeName: azurecoreserializeravrojackson
- name: azure-core-serializer-json-gson
groupId: com.azure
safeName: azurecoreserializerjsongson
Expand Down
1 change: 0 additions & 1 deletion sdk/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<module>azure-core-http-okhttp</module>
<module>azure-core-management</module>
<module>azure-core-serializer-avro-apache</module>
<module>azure-core-serializer-avro-jackson</module>
<module>azure-core-serializer-json-gson</module>
<module>azure-core-serializer-json-jackson</module>
<module>azure-core-test</module>
Expand Down

0 comments on commit d06ff61

Please sign in to comment.