File tree Expand file tree Collapse file tree 1 file changed +3
-42
lines changed Expand file tree Collapse file tree 1 file changed +3
-42
lines changed Original file line number Diff line number Diff line change 21
21
</issueManagement >
22
22
23
23
<properties >
24
- <jsapi2 .groupId>com.github.umjammer.jsapi</jsapi2 .groupId> <!-- > org.jvoicexml / com.github.umjammer.jsapi -->
24
+ <jsapi2 .groupId>com.github.umjammer.jsapi</jsapi2 .groupId> <!-- org.jvoicexml / com.github.umjammer.jsapi -->
25
25
<jsapi2 .version>0.6.5</jsapi2 .version>
26
26
<jersey .version>3.1.1</jersey .version>
27
27
</properties >
160
160
</plugins >
161
161
</build >
162
162
</profile >
163
-
164
- <profile >
165
- <id >mac</id >
166
- <activation >
167
- <os >
168
- <family >mac</family >
169
- </os >
170
- </activation >
171
- <build >
172
- <plugins >
173
- <plugin >
174
- <groupId >org.apache.maven.plugins</groupId >
175
- <artifactId >maven-dependency-plugin</artifactId >
176
- <version >3.6.0</version >
177
- <executions >
178
- <execution >
179
- <id >copy</id >
180
- <phase >generate-resources</phase >
181
- <goals >
182
- <goal >copy</goal >
183
- </goals >
184
- <configuration >
185
- <artifactItems >
186
- <artifactItem >
187
- <groupId >org.rococoa</groupId >
188
- <artifactId >rococoa-core</artifactId >
189
- <type >dylib</type >
190
- <overWrite >false</overWrite >
191
- <outputDirectory >${project.build.testOutputDirectory} </outputDirectory >
192
- <destFileName >librococoa.dylib</destFileName >
193
- </artifactItem >
194
- </artifactItems >
195
- </configuration >
196
- </execution >
197
- </executions >
198
- </plugin >
199
- </plugins >
200
- </build >
201
- </profile >
202
163
</profiles >
203
164
204
165
<build >
259
220
</dependency >
260
221
261
222
<dependency >
262
- <groupId >org. rococoa</groupId >
223
+ <groupId >com.github.umjammer. rococoa</groupId > <!-- org.rococoa / com.github.umjammer.rococoa -- >
263
224
<artifactId >rococoa-core</artifactId >
264
- <version >0.8.6 </version >
225
+ <version >0.8.7 </version >
265
226
</dependency >
266
227
267
228
<dependency >
You can’t perform that action at this time.
0 commit comments