Skip to content

Commit

Permalink
Merge pull request #11535 from yersan/tasks/WFLY-10865
Browse files Browse the repository at this point in the history
[WFLY-10865] Replace org.wildfly by project.groupId where possible
  • Loading branch information
kabir committed Aug 16, 2018
2 parents a8e0bc8 + a1811bf commit 44413ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions datasources-agroal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-naming</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-transactions</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions microprofile/opentracing-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@

<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-microprofile-opentracing-smallrye</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-web-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-weld</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions microprofile/opentracing-smallrye/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-web-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-weld</artifactId>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 44413ef

Please sign in to comment.