Author: rfeng
Date: Tue Feb 3 05:01:59 2009
New Revision: 740212
URL: http://svn.apache.org/viewvc?rev=740212&view=rev
Log:
Fix the ASL and change logging dep to runtime
Modified:
tuscany/java/sca/modules/binding-ws-axis2-policy/META-INF/MANIFEST.MF
tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml
Modified: tuscany/java/sca/modules/binding-ws-axis2-policy/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2-policy/META-INF/MANIFEST.MF?rev=740212&r1=740211&r2=740212&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2-policy/META-INF/MANIFEST.MF
(original)
+++ tuscany/java/sca/modules/binding-ws-axis2-policy/META-INF/MANIFEST.MF Tue
Feb 3 05:01:59 2009
@@ -37,7 +37,6 @@
org.apache.axis2.context,
org.apache.axis2.description,
org.apache.axis2.engine,
- org.apache.commons.logging;version="1.1.1",
org.apache.tuscany.sca.assembly;version="2.0.0",
org.apache.tuscany.sca.binding.ws.axis2.policy.authentication.token;version="2.0.0",
org.apache.tuscany.sca.binding.ws.axis2.policy.configuration;version="2.0.0",
Modified: tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml?rev=740212&r1=740211&r2=740212&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml (original)
+++ tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml Tue Feb 3
05:01:59 2009
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!--
- * Licensed to the Apache Software Foundation (ASF) under one *
or more
- contributor license agreements. See the NOTICE file *
distributed with
- this work for additional information * regarding copyright
ownership.
- 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.
- -->
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. 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.
+-->
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -120,6 +124,7 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
+ <scope>runtime</scope>
</dependency>
</dependencies>