Skip to content

Commit

Permalink
Merge pull request #152 from shadogray/master
Browse files Browse the repository at this point in the history
remove legacy references to jbossas7
  • Loading branch information
tandraschko authored Feb 26, 2024
2 parents bca9f74 + b7d9de2 commit 14280c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
45 changes: 3 additions & 42 deletions deltaspike/modules/data/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,45 +179,6 @@
</dependencies>

<profiles>
<profile>
<id>jbossas-build-managed-7</id>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
</testResource>
</testResources>
</build>
</profile>
<profile>
<id>jbossas-remote-7</id>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
</testResource>
</testResources>
</build>
</profile>
<profile>
<id>jbossas-managed-7</id>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
</testResource>
</testResources>
</build>
</profile>
<profile>
<id>wildfly-build-managed</id>
<build>
Expand All @@ -226,7 +187,7 @@
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
<directory>src/test/resources-wildfly</directory>
</testResource>
</testResources>
</build>
Expand All @@ -239,7 +200,7 @@
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
<directory>src/test/resources-wildfly</directory>
</testResource>
</testResources>
</build>
Expand All @@ -252,7 +213,7 @@
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
<directory>src/test/resources-wildfly</directory>
</testResource>
</testResources>
</build>
Expand Down

0 comments on commit 14280c4

Please sign in to comment.