Cleanup abandoned CDI efforts.
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/e56f3123 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/e56f3123 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/e56f3123 Branch: refs/heads/bootstrap-ui Commit: e56f3123cfe19e18f4aa5acf1770a0a87174743b Parents: 09708c0 Author: Dave Johnson <[email protected]> Authored: Sun Oct 21 13:52:50 2018 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Oct 21 13:52:50 2018 -0400 ---------------------------------------------------------------------- app/pom.xml | 12 -------- .../roller/weblogger/business/SimpleTest.java | 30 -------------------- 2 files changed, 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/e56f3123/app/pom.xml ---------------------------------------------------------------------- diff --git a/app/pom.xml b/app/pom.xml index 17a338c..bdff10b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -117,12 +117,6 @@ limitations under the License. <version>2.3.1</version> </dependency> - <dependency> - <groupId>javax.enterprise</groupId> - <artifactId>cdi-api</artifactId> - <version>2.0</version> - </dependency> - <!-- Eclipselink JPA is the default JPA implementation used by Roller, comment out this dependency and uncomment Hibernate's to use that stack instead. @@ -382,12 +376,6 @@ limitations under the License. </dependency> <dependency> - <groupId>org.jboss.weld.se</groupId> - <artifactId>weld-se-core</artifactId> - <version>3.0.5.Final</version> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.version}</version> http://git-wip-us.apache.org/repos/asf/roller/blob/e56f3123/app/src/test/java/org/apache/roller/weblogger/business/SimpleTest.java ---------------------------------------------------------------------- diff --git a/app/src/test/java/org/apache/roller/weblogger/business/SimpleTest.java b/app/src/test/java/org/apache/roller/weblogger/business/SimpleTest.java deleted file mode 100644 index 0284a90..0000000 --- a/app/src/test/java/org/apache/roller/weblogger/business/SimpleTest.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. The ASF licenses this file to You - * under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. For additional information regarding - * copyright in this work, please see the NOTICE file in the top level - * directory of this distribution. - */ - -package org.apache.roller.weblogger.business; - -import org.apache.roller.weblogger.TestUtils; -import org.junit.Test; - -public class SimpleTest { - - @Test - public void testSetupWeblogger() throws Exception { - TestUtils.setupWeblogger(); - } -}
