Skip to content

Commit 93094ab

Browse files
committed
Remove oro:oro from dependency definition
fix gh-179
1 parent 743edfb commit 93094ab

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -328,25 +328,4 @@
328328
</testResources>
329329
</build>
330330

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-
352331
</project>

0 commit comments

Comments
 (0)