|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | | - <parent> |
| 5 | + <parent> |
6 | 6 | <groupId>software.xdev</groupId> |
7 | 7 | <artifactId>spring-data-eclipse-store-root</artifactId> |
8 | 8 | <version>1.0.8-SNAPSHOT</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | | - <artifactId>spring-data-eclipse-store-benchmark</artifactId> |
12 | | - <version>1.0.8-SNAPSHOT</version> |
13 | | - <packaging>jar</packaging> |
| 11 | + <artifactId>spring-data-eclipse-store-benchmark</artifactId> |
| 12 | + <version>1.0.8-SNAPSHOT</version> |
| 13 | + <packaging>jar</packaging> |
14 | 14 |
|
15 | | - <inceptionYear>2023</inceptionYear> |
| 15 | + <inceptionYear>2023</inceptionYear> |
16 | 16 |
|
17 | | - <organization> |
18 | | - <name>XDEV Software</name> |
19 | | - <url>https://xdev.software</url> |
20 | | - </organization> |
| 17 | + <organization> |
| 18 | + <name>XDEV Software</name> |
| 19 | + <url>https://xdev.software</url> |
| 20 | + </organization> |
21 | 21 |
|
22 | | - <properties> |
23 | | - <javaVersion>17</javaVersion> |
24 | | - <maven.compiler.release>${javaVersion}</maven.compiler.release> |
25 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
26 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 22 | + <properties> |
| 23 | + <javaVersion>17</javaVersion> |
| 24 | + <maven.compiler.release>${javaVersion}</maven.compiler.release> |
| 25 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 26 | + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
27 | 27 |
|
28 | | - <org.springframework.boot.version>3.3.1</org.springframework.boot.version> |
29 | | - <jmh.version>1.37</jmh.version> |
30 | | - </properties> |
| 28 | + <org.springframework.boot.version>3.3.1</org.springframework.boot.version> |
| 29 | + <jmh.version>1.37</jmh.version> |
| 30 | + </properties> |
31 | 31 |
|
32 | | - <dependencyManagement> |
33 | | - <dependencies> |
34 | | - <dependency> |
35 | | - <groupId>org.springframework.boot</groupId> |
36 | | - <artifactId>spring-boot-dependencies</artifactId> |
37 | | - <version>${org.springframework.boot.version}</version> |
38 | | - <type>pom</type> |
39 | | - <scope>import</scope> |
40 | | - </dependency> |
41 | | - </dependencies> |
42 | | - </dependencyManagement> |
| 32 | + <dependencyManagement> |
| 33 | + <dependencies> |
| 34 | + <dependency> |
| 35 | + <groupId>org.springframework.boot</groupId> |
| 36 | + <artifactId>spring-boot-dependencies</artifactId> |
| 37 | + <version>${org.springframework.boot.version}</version> |
| 38 | + <type>pom</type> |
| 39 | + <scope>import</scope> |
| 40 | + </dependency> |
| 41 | + </dependencies> |
| 42 | + </dependencyManagement> |
43 | 43 |
|
44 | | - <dependencies> |
45 | | - <dependency> |
46 | | - <groupId>software.xdev</groupId> |
47 | | - <artifactId>spring-data-eclipse-store</artifactId> |
48 | | - <version>${project.version}</version> |
49 | | - </dependency> |
| 44 | + <dependencies> |
| 45 | + <dependency> |
| 46 | + <groupId>software.xdev</groupId> |
| 47 | + <artifactId>spring-data-eclipse-store</artifactId> |
| 48 | + <version>${project.version}</version> |
| 49 | + </dependency> |
50 | 50 |
|
51 | | - <dependency> |
52 | | - <groupId>org.springframework.boot</groupId> |
53 | | - <artifactId>spring-boot</artifactId> |
54 | | - </dependency> |
55 | | - <dependency> |
56 | | - <groupId>org.springframework.boot</groupId> |
57 | | - <artifactId>spring-boot-starter</artifactId> |
58 | | - </dependency> |
| 51 | + <dependency> |
| 52 | + <groupId>org.springframework.boot</groupId> |
| 53 | + <artifactId>spring-boot</artifactId> |
| 54 | + </dependency> |
| 55 | + <dependency> |
| 56 | + <groupId>org.springframework.boot</groupId> |
| 57 | + <artifactId>spring-boot-starter</artifactId> |
| 58 | + </dependency> |
59 | 59 |
|
60 | | - <dependency> |
61 | | - <groupId>org.openjdk.jmh</groupId> |
62 | | - <artifactId>jmh-core</artifactId> |
63 | | - <version>${jmh.version}</version> |
64 | | - </dependency> |
65 | | - <dependency> |
66 | | - <groupId>org.openjdk.jmh</groupId> |
67 | | - <artifactId>jmh-generator-annprocess</artifactId> |
68 | | - <version>${jmh.version}</version> |
69 | | - </dependency> |
70 | | - </dependencies> |
| 60 | + <dependency> |
| 61 | + <groupId>org.openjdk.jmh</groupId> |
| 62 | + <artifactId>jmh-core</artifactId> |
| 63 | + <version>${jmh.version}</version> |
| 64 | + </dependency> |
| 65 | + <dependency> |
| 66 | + <groupId>org.openjdk.jmh</groupId> |
| 67 | + <artifactId>jmh-generator-annprocess</artifactId> |
| 68 | + <version>${jmh.version}</version> |
| 69 | + </dependency> |
| 70 | + </dependencies> |
71 | 71 |
|
72 | | - <build> |
73 | | - <plugins> |
74 | | - <plugin> |
75 | | - <groupId>org.apache.maven.plugins</groupId> |
76 | | - <artifactId>maven-compiler-plugin</artifactId> |
77 | | - <version>3.13.0</version> |
78 | | - <configuration> |
79 | | - <release>${maven.compiler.release}</release> |
80 | | - <annotationProcessorPaths> |
81 | | - <path> |
82 | | - <groupId>org.openjdk.jmh</groupId> |
83 | | - <artifactId>jmh-generator-annprocess</artifactId> |
84 | | - <version>${jmh.version}</version> |
85 | | - </path> |
86 | | - </annotationProcessorPaths> |
87 | | - </configuration> |
88 | | - </plugin> |
89 | | - </plugins> |
90 | | - </build> |
| 72 | + <build> |
| 73 | + <plugins> |
| 74 | + <plugin> |
| 75 | + <groupId>org.apache.maven.plugins</groupId> |
| 76 | + <artifactId>maven-compiler-plugin</artifactId> |
| 77 | + <version>3.13.0</version> |
| 78 | + <configuration> |
| 79 | + <release>${maven.compiler.release}</release> |
| 80 | + <annotationProcessorPaths> |
| 81 | + <path> |
| 82 | + <groupId>org.openjdk.jmh</groupId> |
| 83 | + <artifactId>jmh-generator-annprocess</artifactId> |
| 84 | + <version>${jmh.version}</version> |
| 85 | + </path> |
| 86 | + </annotationProcessorPaths> |
| 87 | + </configuration> |
| 88 | + </plugin> |
| 89 | + </plugins> |
| 90 | + </build> |
91 | 91 | </project> |
0 commit comments