You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/11/29 21:48:57 UTC

[08/10] tomee git commit: TOMEE-2283 - Add dependencies

TOMEE-2283 - Add dependencies

Signed-off-by: brunobat <br...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e7e03de4
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e7e03de4
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e7e03de4

Branch: refs/heads/master
Commit: e7e03de41ade4d1ed9d22c38e6ae0cdc6aab7f85
Parents: b534a4b
Author: brunobat <br...@gmail.com>
Authored: Mon Nov 26 16:57:14 2018 +0000
Committer: brunobat <br...@gmail.com>
Committed: Thu Nov 29 12:26:37 2018 +0000

----------------------------------------------------------------------
 examples/websocket-tls-basic-auth/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e7e03de4/examples/websocket-tls-basic-auth/pom.xml
----------------------------------------------------------------------
diff --git a/examples/websocket-tls-basic-auth/pom.xml b/examples/websocket-tls-basic-auth/pom.xml
index bb906cf..0528008 100644
--- a/examples/websocket-tls-basic-auth/pom.xml
+++ b/examples/websocket-tls-basic-auth/pom.xml
@@ -29,8 +29,8 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.tomcat.embed</groupId>
-            <artifactId>tomcat-embed-core</artifactId>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-api</artifactId>
             <version>${tomcat.version}</version>
             <scope>provided</scope>
         </dependency>