|
26 | 26 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
27 | 27 | <maven.compiler.source>1.8</maven.compiler.source> |
28 | 28 | <maven.compiler.target>1.8</maven.compiler.target> |
| 29 | + <apache.activemq.version>2.44.0</apache.activemq.version> |
| 30 | + <elastic.apm.agent.version>1.55.2</elastic.apm.agent.version> |
| 31 | + <mockserver.version>5.15.0</mockserver.version> |
29 | 32 | </properties> |
30 | 33 |
|
31 | 34 | <dependencyManagement> |
32 | 35 | <dependencies> |
33 | 36 | <dependency> |
34 | 37 | <groupId>co.elastic.apm</groupId> |
35 | 38 | <artifactId>apm-agent-api</artifactId> |
36 | | - <version>1.55.2</version> |
| 39 | + <version>${elastic.apm.agent.version}</version> |
37 | 40 | </dependency> |
38 | 41 | <dependency> |
39 | 42 | <groupId>co.elastic.apm</groupId> |
40 | 43 | <artifactId>apm-agent-attach</artifactId> |
41 | | - <version>1.55.2</version> |
| 44 | + <version>${elastic.apm.agent.version}</version> |
42 | 45 | </dependency> |
43 | 46 | <dependency> |
44 | 47 | <groupId>co.elastic.apm</groupId> |
45 | 48 | <artifactId>apm-agent-plugin-sdk</artifactId> |
46 | | - <version>1.55.2</version> |
| 49 | + <version>${elastic.apm.agent.version}</version> |
47 | 50 | </dependency> |
48 | 51 | <dependency> |
49 | 52 | <groupId>com.jayway.jsonpath</groupId> |
|
53 | 56 | <dependency> |
54 | 57 | <groupId>org.apache.activemq</groupId> |
55 | 58 | <artifactId>artemis-core-client</artifactId> |
56 | | - <version>2.44.0</version> |
| 59 | + <version>${apache.activemq.version}</version> |
57 | 60 | </dependency> |
58 | 61 | <dependency> |
59 | 62 | <groupId>org.apache.activemq</groupId> |
60 | 63 | <artifactId>artemis-jms-client</artifactId> |
61 | | - <version>2.44.0</version> |
| 64 | + <version>${apache.activemq.version}</version> |
62 | 65 | </dependency> |
63 | 66 | <dependency> |
64 | 67 | <groupId>org.apache.activemq</groupId> |
65 | 68 | <artifactId>artemis-server</artifactId> |
66 | | - <version>2.44.0</version> |
| 69 | + <version>${apache.activemq.version}</version> |
67 | 70 | </dependency> |
68 | 71 | <dependency> |
69 | 72 | <groupId>org.junit.jupiter</groupId> |
|
73 | 76 | <dependency> |
74 | 77 | <groupId>org.mock-server</groupId> |
75 | 78 | <artifactId>mockserver-client-java</artifactId> |
76 | | - <version>5.15.0</version> |
| 79 | + <version>${mockserver.version}</version> |
77 | 80 | </dependency> |
78 | 81 | <dependency> |
79 | 82 | <groupId>org.mock-server</groupId> |
80 | 83 | <artifactId>mockserver-junit-jupiter</artifactId> |
81 | | - <version>5.15.0</version> |
| 84 | + <version>${mockserver.version}</version> |
82 | 85 | </dependency> |
83 | 86 | <dependency> |
84 | 87 | <groupId>org.slf4j</groupId> |
|
0 commit comments