Skip to content

Commit

Permalink
Normalized pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Schönborn committed Aug 6, 2018
1 parent 1aaedba commit 8824aaf
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 175 deletions.
8 changes: 1 addition & 7 deletions logbook-api/pom.xml
@@ -1,23 +1,17 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-api</artifactId>

<name>Logbook: API</name>
<description>HTTP request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

</project>
9 changes: 1 addition & 8 deletions logbook-bom/pom.xml
@@ -1,26 +1,20 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-bom</artifactId>
<packaging>pom</packaging>

<name>Logbook: Bill of Materials</name>
<description>HTTP request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -54,5 +48,4 @@
</dependency>
</dependencies>
</dependencyManagement>

</project>
10 changes: 1 addition & 9 deletions logbook-core/pom.xml
@@ -1,25 +1,19 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-core</artifactId>

<name>Logbook: Core</name>
<description>HTTP request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -30,7 +24,6 @@
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -51,5 +44,4 @@
<artifactId>json-path-assert</artifactId>
</dependency>
</dependencies>

</project>
10 changes: 1 addition & 9 deletions logbook-httpclient/pom.xml
@@ -1,25 +1,19 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-httpclient</artifactId>

<name>Logbook: HTTP Client</name>
<description>HTTP Client interceptor for request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -40,7 +34,6 @@
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -56,5 +49,4 @@
<artifactId>rest-client-driver</artifactId>
</dependency>
</dependencies>

</project>
13 changes: 2 additions & 11 deletions logbook-jaxrs/pom.xml
@@ -1,25 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-jaxrs</artifactId>

<name>Logbook: JAX-RS</name>
<description>HTTP Server and Client filters for request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -31,7 +25,6 @@
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -42,7 +35,6 @@
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -59,8 +51,8 @@
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -86,5 +78,4 @@
<scope>test</scope>
</dependency>
</dependencies>

</project>
10 changes: 1 addition & 9 deletions logbook-okhttp/pom.xml
@@ -1,25 +1,19 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-okhttp</artifactId>

<name>Logbook: OkHttp</name>
<description>HTTP Client interceptor for request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -30,7 +24,6 @@
<artifactId>okhttp</artifactId>
<version>3.11.0</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -46,5 +39,4 @@
<artifactId>rest-client-driver</artifactId>
</dependency>
</dependencies>

</project>
10 changes: 1 addition & 9 deletions logbook-servlet/pom.xml
@@ -1,25 +1,19 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-servlet</artifactId>

<name>Logbook: Servlet</name>
<description>Servlet 3 filter for HTTP request and response logging</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -33,7 +27,6 @@
<groupId>org.glassfish</groupId>
<artifactId>javax.servlet</artifactId>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -64,5 +57,4 @@
<artifactId>json-path-assert</artifactId>
</dependency>
</dependencies>

</project>
37 changes: 13 additions & 24 deletions logbook-spring-boot-starter/pom.xml
@@ -1,25 +1,19 @@
<?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">
<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>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>logbook-spring-boot-starter</artifactId>

<name>Logbook: Spring Boot Starter</name>
<description>Spring Boot Auto Configuration for Logbook and most of its libraries/adapters</description>

<scm>
<url>https://github.com/zalando/logbook</url>
<connection>scm:git:git@github.com:zalando//logbook.git</connection>
<developerConnection>scm:git:git@github.com:zalando//logbook.git</developerConnection>
</scm>

<dependencies>
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -46,7 +40,6 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
Expand All @@ -57,6 +50,7 @@
<artifactId>aopalliance</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -68,7 +62,6 @@
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.zalando</groupId>
Expand All @@ -78,7 +71,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down Expand Up @@ -110,7 +102,17 @@
</exclusions>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>classes</parallel>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>spring4</id>
Expand All @@ -137,17 +139,4 @@
</repositories>
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>classes</parallel>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 8824aaf

Please sign in to comment.