Skip to content

Commit

Permalink
🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Feb 19, 2024
1 parent b4bff3d commit b3c6eb3
Showing 1 changed file with 3 additions and 42 deletions.
45 changes: 3 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</issueManagement>

<properties>
<jsapi2.groupId>com.github.umjammer.jsapi</jsapi2.groupId> <!-- >org.jvoicexml / com.github.umjammer.jsapi -->
<jsapi2.groupId>com.github.umjammer.jsapi</jsapi2.groupId> <!-- org.jvoicexml / com.github.umjammer.jsapi -->
<jsapi2.version>0.6.5</jsapi2.version>
<jersey.version>3.1.1</jersey.version>
</properties>
Expand Down Expand Up @@ -160,45 +160,6 @@
</plugins>
</build>
</profile>

<profile>
<id>mac</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>copy</id>
<phase>generate-resources</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.rococoa</groupId>
<artifactId>rococoa-core</artifactId>
<type>dylib</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<destFileName>librococoa.dylib</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
Expand Down Expand Up @@ -259,9 +220,9 @@
</dependency>

<dependency>
<groupId>org.rococoa</groupId>
<groupId>com.github.umjammer.rococoa</groupId> <!-- org.rococoa / com.github.umjammer.rococoa -->
<artifactId>rococoa-core</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b3c6eb3

Please sign in to comment.