We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743edfb commit 93094abCopy full SHA for 93094ab
pom.xml
@@ -328,25 +328,4 @@
328
</testResources>
329
</build>
330
331
- <!-- TODO: Why is this necessary, the dependency is already present at this scope? -->
332
- <!-- this is just a turn-around to Mac compilers -->
333
- <profiles>
334
- <profile>
335
- <id>mac-jvm-classloader-issue</id>
336
- <activation>
337
- <os>
338
- <family>mac</family>
339
- </os>
340
- </activation>
341
- <dependencies>
342
- <dependency>
343
- <groupId>oro</groupId>
344
- <artifactId>oro</artifactId>
345
- <version>2.0.8</version>
346
- <scope>test</scope>
347
- </dependency>
348
- </dependencies>
349
- </profile>
350
- </profiles>
351
-
352
</project>
0 commit comments