Skip to content

Commit cae843e

Browse files
committed
Cleanup leftover bits from previous changes to Maven POMs (JRuby-6145)
This gets 'mvn install' working again on master.
1 parent d42a009 commit cae843e

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

maven/jruby-complete/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<scope>${jar.scope}</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>jnr.posix</groupId>
33+
<groupId>com.github.jnr</groupId>
3434
<artifactId>jnr-posix</artifactId>
3535
<scope>${jar.scope}</scope>
3636
</dependency>
@@ -54,11 +54,6 @@
5454
<artifactId>jffi</artifactId>
5555
<scope>${jar.scope}</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.jruby.extras</groupId>
59-
<artifactId>jaffl</artifactId>
60-
<scope>${jar.scope}</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.yaml</groupId>
6459
<artifactId>snakeyaml</artifactId>

maven/jruby-core/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<scope>${jar.scope}</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>jnr.posix</groupId>
33+
<groupId>com.github.jnr</groupId>
3434
<artifactId>jnr-posix</artifactId>
3535
<scope>${jar.scope}</scope>
3636
</dependency>
@@ -54,11 +54,6 @@
5454
<artifactId>jffi</artifactId>
5555
<scope>${jar.scope}</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.jruby.extras</groupId>
59-
<artifactId>jaffl</artifactId>
60-
<scope>${jar.scope}</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.yaml</groupId>
6459
<artifactId>snakeyaml</artifactId>

maven/jruby/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<scope>${jar.scope}</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>jnr.posix</groupId>
33+
<groupId>com.github.jnr</groupId>
3434
<artifactId>jnr-posix</artifactId>
3535
<scope>${jar.scope}</scope>
3636
</dependency>
@@ -54,11 +54,6 @@
5454
<artifactId>jffi</artifactId>
5555
<scope>${jar.scope}</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.jruby.extras</groupId>
59-
<artifactId>jaffl</artifactId>
60-
<scope>${jar.scope}</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.yaml</groupId>
6459
<artifactId>snakeyaml</artifactId>

maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.github.jnr</groupId>
7171
<artifactId>jnr-posix</artifactId>
72-
<version>2.1<version>
72+
<version>2.1</version>
7373
<scope>${jar.scope}</scope>
7474
</dependency>
7575
<dependency>

0 commit comments

Comments
 (0)