1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
- <modelVersion >4.0.0</modelVersion >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
6
7
- <parent >
8
- <groupId >com.open-elements.logging</groupId >
9
- <artifactId >java-logger-benchmark</artifactId >
10
- <version >1.0-SNAPSHOT</version >
11
- </parent >
12
-
13
- <artifactId >chronicle-queue</artifactId >
7
+ <parent >
8
+ <groupId >com.open-elements.logging</groupId >
9
+ <artifactId >java-logger-benchmark</artifactId >
14
10
<version >1.0-SNAPSHOT</version >
15
-
16
- <properties >
17
- <!-- Required JVM args for Java 17+ -->
18
- <jvm .requiredArgs>
19
- --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED
20
- --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED
21
- --add-exports=java.base/jdk.internal.util=ALL-UNNAMED
22
- --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
23
- --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
24
- --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
25
- --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
26
- --add-opens=java.base/java.io=ALL-UNNAMED
27
- --add-opens=java.base/java.lang=ALL-UNNAMED
28
- --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
29
- --add-opens=java.base/java.util=ALL-UNNAMED
30
- --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED
31
- </jvm .requiredArgs>
32
- </properties >
33
-
34
- <dependencies >
35
- <dependency >
36
- <groupId >${groupId} </groupId >
37
- <artifactId >logger-api</artifactId >
38
- <version >${version} </version >
39
- </dependency >
40
- <dependency >
41
- <groupId >net.openhft</groupId >
42
- <artifactId >chronicle-queue</artifactId >
43
- <version >5.24ea25</version >
44
- </dependency >
45
-
46
- <dependency >
47
- <groupId >org.slf4j</groupId >
48
- <artifactId >slf4j-simple</artifactId >
49
- <version >2.0.7</version >
50
- <scope >test</scope >
51
- </dependency >
52
-
53
- <dependency >
54
- <groupId >org.junit.jupiter</groupId >
55
- <artifactId >junit-jupiter</artifactId >
56
- <version >RELEASE</version >
57
- <scope >test</scope >
58
- </dependency >
59
- </dependencies >
60
-
61
- <build >
62
- <plugins >
63
- <plugin >
64
- <groupId >org.apache.maven.plugins</groupId >
65
- <artifactId >maven-surefire-plugin</artifactId >
66
- <version >3.1.2</version >
67
- <configuration >
68
- <argLine >${jvm.requiredArgs} </argLine >
69
- </configuration >
70
- </plugin >
71
- </plugins >
72
- </build >
11
+ </parent >
12
+
13
+ <artifactId >chronicle-queue</artifactId >
14
+ <version >1.0-SNAPSHOT</version >
15
+
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >${groupId} </groupId >
19
+ <artifactId >logger-api</artifactId >
20
+ <version >${version} </version >
21
+ </dependency >
22
+ <dependency >
23
+ <groupId >net.openhft</groupId >
24
+ <artifactId >chronicle-queue</artifactId >
25
+ <version >5.24ea25</version >
26
+ </dependency >
27
+ </dependencies >
73
28
74
29
</project >
0 commit comments