File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >org.slf4j</groupId >
31
31
<artifactId >slf4j-api</artifactId >
32
- <version >1.7.21 </version >
32
+ <version >1.7.25 </version >
33
33
<scope >provided</scope >
34
34
</dependency >
35
35
66
66
<dependency >
67
67
<groupId >com.fasterxml.jackson.core</groupId >
68
68
<artifactId >jackson-core</artifactId >
69
- <version >2.10.1 </version >
69
+ <version >2.11.2 </version >
70
70
<scope >test</scope >
71
71
</dependency >
72
72
73
73
<dependency >
74
74
<groupId >com.fasterxml.jackson.core</groupId >
75
75
<artifactId >jackson-databind</artifactId >
76
- <version >2.10.1 </version >
76
+ <version >2.11.2 </version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
80
80
</dependencies >
81
81
82
+ <build >
83
+ <plugins >
84
+ <plugin >
85
+ <groupId >org.apache.maven.plugins</groupId >
86
+ <artifactId >maven-jar-plugin</artifactId >
87
+ <version >2.3.2</version >
88
+ <configuration >
89
+ <archive >
90
+ <manifestEntries >
91
+ <build-version >${project.version} </build-version >
92
+ </manifestEntries >
93
+ <manifestFile >src/main/resources/META-INF/MANIFEST.MF</manifestFile >
94
+ </archive >
95
+ </configuration >
96
+ </plugin >
97
+ </plugins >
98
+ </build >
99
+
82
100
</project >
Original file line number Diff line number Diff line change
1
+ Manifest-Version : 1.0
2
+ Automatic-Module-Name : io.avaje.metrics
You can’t perform that action at this time.
0 commit comments