|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 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"> |
3 | 5 |
|
4 | 6 | <modelVersion>4.0.0</modelVersion> |
5 | 7 | <groupId>cloud.anypoint</groupId> |
|
29 | 31 |
|
30 | 32 | <properties> |
31 | 33 | <munit.extensions.maven.plugin.version>1.3.1</munit.extensions.maven.plugin.version> |
32 | | - <munit.version>3.2.1</munit.version> |
| 34 | + <munit.version>3.3.0</munit.version> |
33 | 35 | </properties> |
34 | 36 |
|
35 | 37 | <distributionManagement> |
|
43 | 45 | </repository> |
44 | 46 | </distributionManagement> |
45 | 47 |
|
| 48 | + <developers> |
| 49 | + <developer> |
| 50 | + <id>mtransier</id> |
| 51 | + <name>Matthias Transier</name> |
| 52 | + <roles> |
| 53 | + <role>Maintainer</role> |
| 54 | + </roles> |
| 55 | + </developer> |
| 56 | + </developers> |
| 57 | + |
46 | 58 | <build> |
47 | 59 | <testResources> |
48 | 60 | <testResource> |
|
77 | 89 | </execution> |
78 | 90 | </executions> |
79 | 91 | </plugin> |
| 92 | + <plugin> |
| 93 | + <groupId>com.mulesoft.munit</groupId> |
| 94 | + <artifactId>munit-extensions-maven-plugin</artifactId> |
| 95 | + <configuration> |
| 96 | + <runtimeProduct>MULE_EE</runtimeProduct> |
| 97 | + </configuration> |
| 98 | + </plugin> |
80 | 99 | </plugins> |
81 | 100 | </build> |
82 | 101 |
|
|
88 | 107 | </scm> |
89 | 108 |
|
90 | 109 | <dependencies> |
91 | | - <dependency> |
92 | | - <artifactId>snakeyaml</artifactId> |
93 | | - <groupId>org.yaml</groupId> |
94 | | - <version>2.2</version> |
95 | | - </dependency> |
96 | | - <dependency> |
97 | | - <groupId>org.json</groupId> |
98 | | - <artifactId>json</artifactId> |
99 | | - <version>20240303</version> |
100 | | - </dependency> |
101 | 110 | <dependency> |
102 | 111 | <groupId>com.fasterxml.jackson.core</groupId> |
103 | 112 | <artifactId>jackson-databind</artifactId> |
104 | | - <version>2.17.0</version> |
105 | | - </dependency> |
106 | | - <dependency> |
107 | | - <groupId>commons-lang</groupId> |
108 | | - <artifactId>commons-lang</artifactId> |
109 | | - <version>2.6</version> |
| 113 | + <version>2.18.0</version> |
110 | 114 | </dependency> |
111 | 115 | <dependency> |
112 | 116 | <groupId>commons-beanutils</groupId> |
113 | 117 | <artifactId>commons-beanutils</artifactId> |
114 | 118 | <version>1.9.4</version> |
115 | 119 | </dependency> |
116 | | - <dependency> |
117 | | - <groupId>joda-time</groupId> |
118 | | - <artifactId>joda-time</artifactId> |
119 | | - <version>2.12.7</version> |
120 | | - </dependency> |
121 | 120 | <dependency> |
122 | 121 | <groupId>org.mule.connectors</groupId> |
123 | 122 | <artifactId>mule-jms-connector</artifactId> |
124 | | - <version>1.9.3</version> |
| 123 | + <version>1.9.7</version> |
125 | 124 | <classifier>mule-plugin</classifier> |
126 | | - <scope>provided</scope> |
127 | 125 | </dependency> |
128 | 126 | <dependency> |
129 | 127 | <groupId>org.mule.connectors</groupId> |
130 | 128 | <artifactId>mule-jms-client</artifactId> |
131 | | - <version>1.13.12</version> |
| 129 | + <version>1.13.17</version> |
132 | 130 | <scope>provided</scope> |
133 | 131 | </dependency> |
134 | 132 | <dependency> |
135 | 133 | <groupId>com.mulesoft.connectors</groupId> |
136 | 134 | <artifactId>mule-amqp-connector</artifactId> |
137 | | - <version>1.7.7</version> |
| 135 | + <version>1.8.1</version> |
138 | 136 | <classifier>mule-plugin</classifier> |
139 | | - <scope>provided</scope> |
140 | 137 | </dependency> |
141 | 138 | <dependency> |
142 | 139 | <groupId>com.mulesoft.muleesb.modules</groupId> |
143 | 140 | <artifactId>anypoint-mq-rest-client</artifactId> |
144 | | - <version>4.0.6</version> |
| 141 | + <version>4.0.13-1.fix-race-condition</version> |
145 | 142 | <exclusions> |
146 | 143 | <exclusion> |
147 | 144 | <artifactId>async-http-client</artifactId> |
|
158 | 155 | </exclusions> |
159 | 156 | <scope>compile</scope> |
160 | 157 | </dependency> |
161 | | - <dependency> |
162 | | - <groupId>com.google.code.gson</groupId> |
163 | | - <artifactId>gson</artifactId> |
164 | | - <version>2.10.1</version> |
165 | | - </dependency> |
166 | 158 | <dependency> |
167 | 159 | <groupId>com.jayway.jsonpath</groupId> |
168 | 160 | <artifactId>json-path</artifactId> |
|
177 | 169 | <dependency> |
178 | 170 | <groupId>com.lmax</groupId> |
179 | 171 | <artifactId>disruptor</artifactId> |
180 | | - <version>3.4.4</version> |
| 172 | + <version>4.0.0</version> |
181 | 173 | </dependency> |
182 | 174 | <dependency> |
183 | 175 | <groupId>com.mulesoft.munit</groupId> |
184 | 176 | <artifactId>munit-tools</artifactId> |
185 | | - <version>3.2.1</version> |
| 177 | + <version>3.3.0</version> |
186 | 178 | <classifier>mule-plugin</classifier> |
187 | 179 | <scope>test</scope> |
188 | 180 | </dependency> |
|
0 commit comments