This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/master by this push:
new a36f136 Remove the tomee-security because it's already in the box now
a36f136 is described below
commit a36f136782b5f455df73c202962d275a6d59976b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Jul 8 15:04:21 2020 +0200
Remove the tomee-security because it's already in the box now
---
pom.xml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6f2ed82..b29389b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,12 +204,6 @@
<type>jar</type>
<version>${tomee.version}</version>
</dependency>
- <dependency>
- <groupId>${openejb.groupId}</groupId>
- <artifactId>tomee-security</artifactId>
- <type>jar</type>
- <version>${tomee.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
@@ -873,7 +867,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<excludeTransitive>true</excludeTransitive>
-
<includeArtifactIds>tomee-security,hawtbuf,tomcat-websocket,tomcat-util,tomcat-juli,tomcat-api,openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
+
<includeArtifactIds>hawtbuf,tomcat-websocket,tomcat-util,tomcat-juli,tomcat-api,openejb-lite,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
</configuration>
</execution>
<execution>
@@ -887,7 +881,7 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<excludeTransitive>true</excludeTransitive>
-
<includeArtifactIds>tomee-security,activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
+
<includeArtifactIds>activemq-client,activemq-client,tsharness,cts,whitebox,dbprocedures,geronimo-mail,openejb-derbynet,derby,derbynet,derbyclient,webdeployer</includeArtifactIds>
</configuration>
</execution>
</executions>