vpro-shared-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-bom</artifactId>
<version>5.16.0</version>
</dependency><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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-bom</artifactId>
<version>5.16.0</version>
<packaging>pom</packaging>
<name>vpro-shared-bom</name>
<description>Bill of Materials of modules in vpro shared</description>
<url>https://github.com/vpro/vpro-shared</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>mihxil</id>
<name>Michiel Meeuwissen</name>
<email>michiel.meeuwissen+github@gmail.com</email>
<url>https://meeuw.org</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>Europe/Amsterdam</timezone>
</developer>
<developer>
<id>rico</id>
<name>Rico Jansen</name>
<timezone>Europe/Amsterdam</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://git@github.com/vpro/vpro-shared.git</connection>
<developerConnection>scm:git:git@github.com:vpro/vpro-shared.git</developerConnection>
<url>https://github.com/vpro/vpro-shared</url>
<tag>REL-5.16.0</tag>
</scm>
<properties>
<vpro.shared.version>${project.version}</vpro.shared.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-rs-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-client-resteasy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-configuration</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch-high-level-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-guice</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-hibernate</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-hibernate-search6</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-i18n</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-jackson2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-jackson3</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-logging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-log4j2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-monitoring</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-rs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-mediainfo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-validation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-swagger3</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-swagger3-taglib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-jcache</artifactId>
<version>${project.version}</version>
</dependency>
<!-- not maintained anymore -->
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-hibernate-search</artifactId>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-ws</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-integration</artifactId>
<version>1.75.8</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-domain</artifactId>
<version>1.75.8</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-newrelic</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-couchdb-util</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-ektorp</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-services</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-transfer</artifactId>
<version>2.8.4</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-avro</artifactId>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch5</artifactId>
<version>2.11.3</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch7</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-camel</artifactId>
<version>2.11.3</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-resteasy</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-swagger</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
<waitUntil>published</waitUntil>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>deploy</id>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>