Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only include zalando loogbook dependencies in logbook-bom #1160

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions logbook-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-api</artifactId>
<description>HTTP request and response logging</description>
Expand Down
15 changes: 14 additions & 1 deletion logbook-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<artifactId>logbook</artifactId>
<version>2.14.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-bom</artifactId>
<version>2.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>HTTP request and response logging</description>
<scm>
Expand Down Expand Up @@ -96,6 +99,16 @@
<artifactId>logbook-ktor-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring</artifactId>
<version>2.14.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-webflux</artifactId>
<version>2.14.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-autoconfigure</artifactId>
Expand Down
1 change: 1 addition & 0 deletions logbook-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-common</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-core</artifactId>
<description>HTTP request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-httpclient</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-httpclient5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-httpclient5</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-jaxrs</artifactId>
<description>HTTP Server and Client filters for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-jmh</artifactId>
<description>JMH Benchmarks for Logbook</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-json</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-ktor-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-ktor-client</artifactId>
Expand Down
1 change: 1 addition & 0 deletions logbook-ktor-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-ktor-common</artifactId>
Expand Down
1 change: 1 addition & 0 deletions logbook-ktor-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-ktor-server</artifactId>
Expand Down
1 change: 1 addition & 0 deletions logbook-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>

<artifactId>logbook-ktor</artifactId>
Expand Down
1 change: 1 addition & 0 deletions logbook-logstash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-logstash</artifactId>
<description>logstash-logback-encoder support for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-netty</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-okhttp</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
1 change: 1 addition & 0 deletions logbook-okhttp2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.zalando</groupId>
<artifactId>logbook-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../logbook-parent/pom.xml</relativePath>
</parent>
<artifactId>logbook-okhttp2</artifactId>
<description>HTTP Client interceptor for request and response logging</description>
Expand Down
Loading