Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Matthias Andreas Benkard | 8090924 | 2022-02-03 20:47:47 +0100 | [diff] [blame] | 2 | |
| 3 | <!-- |
| 4 | SPDX-FileCopyrightText: © 2021 Matthias Andreas Benkard <code@mail.matthias.benkard.de> |
| 5 | |
| 6 | SPDX-License-Identifier: LGPL-3.0-or-later |
| 7 | --> |
| 8 | |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 9 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 10 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 11 | |
| 12 | <modelVersion>4.0.0</modelVersion> |
| 13 | |
| 14 | <parent> |
| 15 | <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> |
| 16 | <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> |
Matthias Andreas Benkard | 7fbdb04 | 2024-07-05 21:27:36 +0200 | [diff] [blame] | 17 | <version>6.5.1-SNAPSHOT</version> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 18 | </parent> |
| 19 | |
| 20 | <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> |
| 21 | <name>Quarkus Google Cloud JSON Logging Extension - JBoss Logging Core</name> |
| 22 | |
| 23 | <dependencies> |
| 24 | <dependency> |
| 25 | <groupId>org.jboss.logmanager</groupId> |
| 26 | <artifactId>jboss-logmanager-embedded</artifactId> |
Matthias Andreas Benkard | e957def | 2023-09-24 21:04:05 +0200 | [diff] [blame] | 27 | <version>1.1.1</version> |
Matthias Andreas Benkard | ddcce2e | 2023-09-24 12:57:37 +0200 | [diff] [blame] | 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>org.jboss.logmanager</groupId> |
| 31 | <artifactId>jboss-logmanager</artifactId> |
Renovate Bot | c875905 | 2024-04-30 21:03:59 +0000 | [diff] [blame] | 32 | <version>3.0.6.Final</version> |
Matthias Andreas Benkard | ddcce2e | 2023-09-24 12:57:37 +0200 | [diff] [blame] | 33 | <optional>true</optional> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 34 | </dependency> |
| 35 | <dependency> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 36 | <groupId>jakarta.json</groupId> |
| 37 | <artifactId>jakarta.json-api</artifactId> |
| 38 | <version>2.1.3</version> |
| 39 | </dependency> |
| 40 | <dependency> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 41 | <groupId>io.smallrye.common</groupId> |
| 42 | <artifactId>smallrye-common-constraint</artifactId> |
Renovate Bot | f93875c | 2024-07-07 21:07:32 +0000 | [diff] [blame] | 43 | <version>2.5.0</version> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 44 | </dependency> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 45 | |
| 46 | <!-- Include Parsson for backwards-compatibility. --> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 47 | <dependency> |
siddik.acil | ca9b929 | 2023-03-24 09:54:22 +0100 | [diff] [blame] | 48 | <groupId>org.eclipse.parsson</groupId> |
| 49 | <artifactId>parsson</artifactId> |
Renovate Bot | 516ab6a | 2024-04-05 14:04:21 +0000 | [diff] [blame] | 50 | <version>1.1.6</version> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 51 | </dependency> |
Matthias Andreas Benkard | b69b301 | 2024-06-23 15:48:49 +0200 | [diff] [blame] | 52 | |
| 53 | <dependency> |
| 54 | <groupId>org.junit.jupiter</groupId> |
| 55 | <artifactId>junit-jupiter-engine</artifactId> |
Renovate Bot | 78c8eba | 2024-07-07 20:04:20 +0000 | [diff] [blame] | 56 | <version>5.10.3</version> |
Matthias Andreas Benkard | b69b301 | 2024-06-23 15:48:49 +0200 | [diff] [blame] | 57 | <scope>test</scope> |
| 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>org.junit.jupiter</groupId> |
| 61 | <artifactId>junit-jupiter-api</artifactId> |
Renovate Bot | 78c8eba | 2024-07-07 20:04:20 +0000 | [diff] [blame] | 62 | <version>5.10.3</version> |
Matthias Andreas Benkard | b69b301 | 2024-06-23 15:48:49 +0200 | [diff] [blame] | 63 | <scope>test</scope> |
| 64 | </dependency> |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 65 | |
| 66 | <dependency> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 67 | <groupId>org.openjdk.jmh</groupId> |
| 68 | <artifactId>jmh-core</artifactId> |
Renovate Bot | f93875c | 2024-07-07 21:07:32 +0000 | [diff] [blame] | 69 | <version>1.37</version> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 70 | <scope>test</scope> |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 71 | </dependency> |
| 72 | <dependency> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 73 | <groupId>org.openjdk.jmh</groupId> |
| 74 | <artifactId>jmh-generator-annprocess</artifactId> |
Renovate Bot | f93875c | 2024-07-07 21:07:32 +0000 | [diff] [blame] | 75 | <version>1.37</version> |
Matthias Andreas Benkard | 54e8136 | 2024-07-03 06:13:26 +0200 | [diff] [blame] | 76 | <scope>test</scope> |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 77 | </dependency> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 78 | </dependencies> |
| 79 | |
| 80 | <build> |
| 81 | <plugins> |
| 82 | |
| 83 | <plugin> |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 84 | <artifactId>maven-compiler-plugin</artifactId> |
| 85 | <configuration> |
| 86 | <annotationProcessorPaths> |
| 87 | <path> |
| 88 | <groupId>org.openjdk.jmh</groupId> |
| 89 | <artifactId>jmh-generator-annprocess</artifactId> |
Renovate Bot | f93875c | 2024-07-07 21:07:32 +0000 | [diff] [blame] | 90 | <version>1.37</version> |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 91 | </path> |
| 92 | </annotationProcessorPaths> |
| 93 | </configuration> |
| 94 | </plugin> |
| 95 | |
| 96 | <plugin> |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 97 | <artifactId>maven-jar-plugin</artifactId> |
| 98 | <configuration> |
| 99 | <archive> |
| 100 | <manifestEntries> |
| 101 | <Automatic-Module-Name>eu.mulk.quarkus.googlecloud.jsonlogging.core</Automatic-Module-Name> |
| 102 | </manifestEntries> |
| 103 | </archive> |
| 104 | </configuration> |
| 105 | </plugin> |
| 106 | |
Matthias Andreas Benkard | b69b301 | 2024-06-23 15:48:49 +0200 | [diff] [blame] | 107 | <plugin> |
| 108 | <artifactId>maven-surefire-plugin</artifactId> |
Matthias Andreas Benkard | b69b301 | 2024-06-23 15:48:49 +0200 | [diff] [blame] | 109 | </plugin> |
| 110 | |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 111 | </plugins> |
| 112 | </build> |
| 113 | |
Matthias Andreas Benkard | 47df8be | 2024-06-23 16:24:11 +0200 | [diff] [blame] | 114 | <profiles> |
| 115 | |
| 116 | <profile> |
| 117 | <id>benchmark</id> |
| 118 | |
| 119 | <build> |
| 120 | <plugins> |
| 121 | |
| 122 | <plugin> |
| 123 | <artifactId>maven-surefire-plugin</artifactId> |
| 124 | <configuration> |
| 125 | <skipTests>true</skipTests> |
| 126 | </configuration> |
| 127 | </plugin> |
| 128 | |
| 129 | <plugin> |
| 130 | <groupId>org.codehaus.mojo</groupId> |
| 131 | <artifactId>exec-maven-plugin</artifactId> |
| 132 | <executions> |
| 133 | <execution> |
| 134 | <id>run-benchmarks</id> |
| 135 | <phase>integration-test</phase> |
| 136 | <goals> |
| 137 | <goal>exec</goal> |
| 138 | </goals> |
| 139 | <configuration> |
| 140 | <classpathScope>test</classpathScope> |
| 141 | <executable>java</executable> |
| 142 | <arguments> |
| 143 | <argument>-classpath</argument> |
| 144 | <classpath /> |
| 145 | <argument>org.openjdk.jmh.Main</argument> |
| 146 | <argument>.*</argument> |
| 147 | </arguments> |
| 148 | </configuration> |
| 149 | </execution> |
| 150 | </executions> |
| 151 | </plugin> |
| 152 | |
| 153 | </plugins> |
| 154 | </build> |
| 155 | </profile> |
| 156 | |
| 157 | </profiles> |
| 158 | |
Matthias Andreas Benkard | 2021024 | 2022-01-15 10:39:30 +0100 | [diff] [blame] | 159 | </project> |