|
29 | 29 | <dependency> |
30 | 30 | <groupId>io.prometheus</groupId> |
31 | 31 | <artifactId>simpleclient</artifactId> |
32 | | - <version>0.11.1-SNAPSHOT</version> |
| 32 | + <version>${project.version}</version> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | 35 | <groupId>io.prometheus</groupId> |
36 | | - <artifactId>simpleclient_common</artifactId> |
37 | | - <version>0.11.1-SNAPSHOT</version> |
| 36 | + <artifactId>simpleclient_caffeine</artifactId> |
| 37 | + <version>${project.version}</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>io.prometheus</groupId> |
41 | | - <artifactId>simpleclient_caffeine</artifactId> |
42 | | - <version>0.11.1-SNAPSHOT</version> |
| 41 | + <artifactId>simpleclient_common</artifactId> |
| 42 | + <version>${project.version}</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>io.prometheus</groupId> |
46 | 46 | <artifactId>simpleclient_dropwizard</artifactId> |
47 | | - <version>0.11.1-SNAPSHOT</version> |
| 47 | + <version>${project.version}</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>io.prometheus</groupId> |
51 | 51 | <artifactId>simpleclient_graphite_bridge</artifactId> |
52 | | - <version>0.11.1-SNAPSHOT</version> |
| 52 | + <version>${project.version}</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>io.prometheus</groupId> |
56 | | - <artifactId>simpleclient_hibernate</artifactId> |
57 | | - <version>0.11.1-SNAPSHOT</version> |
| 56 | + <artifactId>simpleclient_guava</artifactId> |
| 57 | + <version>${project.version}</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>io.prometheus</groupId> |
61 | | - <artifactId>simpleclient_guava</artifactId> |
62 | | - <version>0.11.1-SNAPSHOT</version> |
| 61 | + <artifactId>simpleclient_hibernate</artifactId> |
| 62 | + <version>${project.version}</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>io.prometheus</groupId> |
66 | 66 | <artifactId>simpleclient_hotspot</artifactId> |
67 | | - <version>0.11.1-SNAPSHOT</version> |
| 67 | + <version>${project.version}</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>io.prometheus</groupId> |
71 | 71 | <artifactId>simpleclient_httpserver</artifactId> |
72 | | - <version>0.11.1-SNAPSHOT</version> |
| 72 | + <version>${project.version}</version> |
| 73 | + </dependency> |
| 74 | + <dependency> |
| 75 | + <groupId>io.prometheus</groupId> |
| 76 | + <artifactId>simpleclient_jetty</artifactId> |
| 77 | + <version>${project.version}</version> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>io.prometheus</groupId> |
| 81 | + <artifactId>simpleclient_jetty_jdk8</artifactId> |
| 82 | + <version>${project.version}</version> |
73 | 83 | </dependency> |
74 | 84 | <dependency> |
75 | 85 | <groupId>io.prometheus</groupId> |
76 | 86 | <artifactId>simpleclient_log4j</artifactId> |
77 | | - <version>0.11.1-SNAPSHOT</version> |
| 87 | + <version>${project.version}</version> |
78 | 88 | </dependency> |
79 | 89 | <dependency> |
80 | 90 | <groupId>io.prometheus</groupId> |
81 | 91 | <artifactId>simpleclient_log4j2</artifactId> |
82 | | - <version>0.11.1-SNAPSHOT</version> |
| 92 | + <version>${project.version}</version> |
83 | 93 | </dependency> |
84 | 94 | <dependency> |
85 | 95 | <groupId>io.prometheus</groupId> |
86 | 96 | <artifactId>simpleclient_logback</artifactId> |
87 | | - <version>0.11.1-SNAPSHOT</version> |
| 97 | + <version>${project.version}</version> |
88 | 98 | </dependency> |
89 | 99 | <dependency> |
90 | 100 | <groupId>io.prometheus</groupId> |
91 | 101 | <artifactId>simpleclient_pushgateway</artifactId> |
92 | | - <version>0.11.1-SNAPSHOT</version> |
| 102 | + <version>${project.version}</version> |
93 | 103 | </dependency> |
94 | 104 | <dependency> |
95 | 105 | <groupId>io.prometheus</groupId> |
96 | 106 | <artifactId>simpleclient_servlet</artifactId> |
97 | | - <version>0.11.1-SNAPSHOT</version> |
| 107 | + <version>${project.version}</version> |
98 | 108 | </dependency> |
99 | 109 | <dependency> |
100 | 110 | <groupId>io.prometheus</groupId> |
101 | | - <artifactId>simpleclient_spring_web</artifactId> |
102 | | - <version>0.11.1-SNAPSHOT</version> |
| 111 | + <artifactId>simpleclient_servlet_jakarta</artifactId> |
| 112 | + <version>${project.version}</version> |
103 | 113 | </dependency> |
104 | 114 | <dependency> |
105 | 115 | <groupId>io.prometheus</groupId> |
106 | 116 | <artifactId>simpleclient_spring_boot</artifactId> |
107 | | - <version>0.11.1-SNAPSHOT</version> |
| 117 | + <version>${project.version}</version> |
108 | 118 | </dependency> |
109 | 119 | <dependency> |
110 | 120 | <groupId>io.prometheus</groupId> |
111 | | - <artifactId>simpleclient_jetty</artifactId> |
112 | | - <version>0.11.1-SNAPSHOT</version> |
| 121 | + <artifactId>simpleclient_spring_web</artifactId> |
| 122 | + <version>${project.version}</version> |
113 | 123 | </dependency> |
114 | 124 | <dependency> |
115 | 125 | <groupId>io.prometheus</groupId> |
116 | | - <artifactId>simpleclient_jetty_jdk8</artifactId> |
117 | | - <version>0.11.1-SNAPSHOT</version> |
| 126 | + <artifactId>simpleclient_tracer_otel</artifactId> |
| 127 | + <version>${project.version}</version> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>io.prometheus</groupId> |
| 131 | + <artifactId>simpleclient_tracer_otel_agent</artifactId> |
| 132 | + <version>${project.version}</version> |
118 | 133 | </dependency> |
119 | 134 | <dependency> |
120 | 135 | <groupId>io.prometheus</groupId> |
121 | 136 | <artifactId>simpleclient_vertx</artifactId> |
122 | | - <version>0.11.1-SNAPSHOT</version> |
| 137 | + <version>${project.version}</version> |
123 | 138 | </dependency> |
124 | 139 | </dependencies> |
125 | 140 | </dependencyManagement> |
|
0 commit comments