jboss-transaction-spi/Disable-unnecessary-dependencies.patch
2022-01-26 10:50:26 +08:00

93 lines
2.6 KiB
Diff

diff -Nur a/jakarta/pom.xml b/jakarta/pom.xml
--- a/jakarta/pom.xml 2021-04-23 18:45:35.000000000 +0800
+++ b/jakarta/pom.xml 2022-01-24 17:01:17.124404631 +0800
@@ -117,11 +117,11 @@
</execution>
</executions>
<dependencies>
- <dependency>
+ <!--dependency>
<groupId>org.eclipse.transformer</groupId>
<artifactId>org.eclipse.transformer.cli</artifactId>
<version>0.2.0</version>
- </dependency>
+ </dependency-->
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
@@ -135,7 +135,7 @@
</dependency>
</dependencies>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
@@ -151,7 +151,7 @@
<nexusUrl>https://repository.jboss.org/nexus/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
- </plugin>
+ </plugin-->
</plugins>
</build>
@@ -174,7 +174,7 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>jakarta.resource</groupId>
<artifactId>jakarta.resource-api</artifactId>
<version>${version.jakarta.resource.jakarta.resource-api}</version>
@@ -183,7 +183,7 @@
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>${version.jakarta.transaction.jakarta.transaction-api}</version>
- </dependency>
+ </dependency-->
</dependencies>
</project>
diff -Nur a/javaee/pom.xml b/javaee/pom.xml
--- a/javaee/pom.xml 2021-04-23 18:45:35.000000000 +0800
+++ b/javaee/pom.xml 2022-01-24 16:34:42.845285121 +0800
@@ -27,7 +27,7 @@
<version.narayana>5.3.4.Final</version.narayana>
</properties>
- <build>
+ <!--build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -47,7 +47,7 @@
</configuration>
</plugin>
</plugins>
- </build>
+ </build-->
<dependencies>
<dependency>
@@ -95,7 +95,7 @@
<version>${version.junit}</version>
<scope>test</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.jboss.naming</groupId>
<artifactId>jnpserver</artifactId>
<version>5.0.3.GA</version>
@@ -106,7 +106,7 @@
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency-->
</dependencies>
</project>