Skip to content

Commit

Permalink
WFLY-16938 Drop source transformation for ejb3 subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang committed Oct 22, 2022
1 parent d14ef4d commit a37098d
Show file tree
Hide file tree
Showing 182 changed files with 718 additions and 1,188 deletions.
21 changes: 0 additions & 21 deletions boms/legacy-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,27 +131,6 @@
</exclusions>
-->
</dependency>
<dependency>
<groupId>${ee.maven.groupId}</groupId>
<artifactId>wildfly-ejb3-legacy-namespace</artifactId>
<version>${ee.maven.version}</version>
<exclusions>
<!-- TODO remove this exclusion once this supports Jakarta Transactions 1.3 -->
<!-- superseded by org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec -->
<exclusion>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.1_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
</exclusion>
<exclusion>
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-clustering-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${ee.maven.groupId}</groupId>
<artifactId>wildfly-iiop-openjdk-legacy-namespace</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,22 +442,6 @@
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.2_spec</artifactId>
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>http://www.eclipse.org/legal/epl-2.0</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License v2.0 only, with Classpath exception</name>
<url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.enterprise.concurrent</groupId>
<artifactId>jboss-concurrency-api_1.0_spec</artifactId>
Expand Down

0 comments on commit a37098d

Please sign in to comment.