Author: fchrist
Date: Tue Feb 14 10:27:45 2012
New Revision: 1243864

URL: http://svn.apache.org/viewvc?rev=1243864&view=rev
Log:
STANBOL-272 Added missing AL20 headers to reasoners

Modified:
    
incubator/stanbol/trunk/reasoners/hermit/src/main/java/org/apache/stanbol/reasoners/hermit/HermitReasoningService.java
    incubator/stanbol/trunk/reasoners/hermit/src/main/resources/log4j.properties
    
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/maven-metadata-local.xml
    
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/HermitReasoningServiceTest.java
    
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestData.java
    
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestUtils.java
    incubator/stanbol/trunk/reasoners/hermit/src/test/resources/dbpedia_3.6.owl
    incubator/stanbol/trunk/reasoners/hermit/src/test/resources/log4j.properties
    incubator/stanbol/trunk/reasoners/jena/pom.xml
    incubator/stanbol/trunk/reasoners/jena/src/test/resources/log4j.properties
    
incubator/stanbol/trunk/reasoners/owllink/src/main/resources/maven/repo/owl-link/owl-link/maven-metadata-local.xml
    incubator/stanbol/trunk/reasoners/web/pom.xml
    
incubator/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ReasoningProvider.java

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/main/java/org/apache/stanbol/reasoners/hermit/HermitReasoningService.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/main/java/org/apache/stanbol/reasoners/hermit/HermitReasoningService.java?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/main/java/org/apache/stanbol/reasoners/hermit/HermitReasoningService.java
 (original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/main/java/org/apache/stanbol/reasoners/hermit/HermitReasoningService.java
 Tue Feb 14 10:27:45 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.reasoners.hermit;
 
 import org.apache.felix.scr.annotations.Activate;

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/main/resources/log4j.properties?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/log4j.properties 
(original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/log4j.properties 
Tue Feb 14 10:27:45 2012
@@ -1,3 +1,18 @@
+# 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.
+
 
 log4j.rootLogger=WARN, CONSOLE
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/maven-metadata-local.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/maven-metadata-local.xml?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/maven-metadata-local.xml
 (original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/main/resources/maven/repo/hermit/hermit/maven-metadata-local.xml
 Tue Feb 14 10:27:45 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <metadata>
   <groupId>hermit</groupId>
   <artifactId>hermit</artifactId>

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/HermitReasoningServiceTest.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/HermitReasoningServiceTest.java?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/HermitReasoningServiceTest.java
 (original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/HermitReasoningServiceTest.java
 Tue Feb 14 10:27:45 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.reasoners.hermit;
 
 import static org.junit.Assert.assertTrue;

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestData.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestData.java?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestData.java
 (original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestData.java
 Tue Feb 14 10:27:45 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.reasoners.hermit;
 
 import java.io.IOException;

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestUtils.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestUtils.java?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestUtils.java
 (original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/test/java/org/apache/stanbol/reasoners/hermit/TestUtils.java
 Tue Feb 14 10:27:45 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.reasoners.hermit;
 
 import java.util.HashMap;

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/test/resources/dbpedia_3.6.owl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/test/resources/dbpedia_3.6.owl?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/hermit/src/test/resources/dbpedia_3.6.owl 
(original)
+++ incubator/stanbol/trunk/reasoners/hermit/src/test/resources/dbpedia_3.6.owl 
Tue Feb 14 10:27:45 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><rdf:RDF 
xml:base="http://dbpedia.org/ontology/"; 
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns="http://dbpedia.org/ontology/"; xmlns:owl="http://www.w3.org/2002/07/owl#"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema#";>
+<!--
+  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.
+-->
 
         <owl:Ontology rdf:about="">
           <owl:versionInfo xml:lang="en">Version 3.5</owl:versionInfo>

Modified: 
incubator/stanbol/trunk/reasoners/hermit/src/test/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/src/test/resources/log4j.properties?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/hermit/src/test/resources/log4j.properties 
(original)
+++ 
incubator/stanbol/trunk/reasoners/hermit/src/test/resources/log4j.properties 
Tue Feb 14 10:27:45 2012
@@ -1,3 +1,18 @@
+# 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.
+
 
 log4j.rootLogger=WARN, CONSOLE
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender

Modified: incubator/stanbol/trunk/reasoners/jena/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/jena/pom.xml?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/jena/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/jena/pom.xml Tue Feb 14 10:27:45 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Modified: 
incubator/stanbol/trunk/reasoners/jena/src/test/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/jena/src/test/resources/log4j.properties?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/jena/src/test/resources/log4j.properties 
(original)
+++ incubator/stanbol/trunk/reasoners/jena/src/test/resources/log4j.properties 
Tue Feb 14 10:27:45 2012
@@ -1,3 +1,18 @@
+# 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.
+
 
 log4j.rootLogger=WARN, CONSOLE
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender

Modified: 
incubator/stanbol/trunk/reasoners/owllink/src/main/resources/maven/repo/owl-link/owl-link/maven-metadata-local.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/owllink/src/main/resources/maven/repo/owl-link/owl-link/maven-metadata-local.xml?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/owllink/src/main/resources/maven/repo/owl-link/owl-link/maven-metadata-local.xml
 (original)
+++ 
incubator/stanbol/trunk/reasoners/owllink/src/main/resources/maven/repo/owl-link/owl-link/maven-metadata-local.xml
 Tue Feb 14 10:27:45 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <metadata>
   <groupId>owl-link</groupId>
   <artifactId>owl-link</artifactId>

Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Tue Feb 14 10:27:45 2012
@@ -32,86 +32,65 @@
   <name>Apache Stanbol Reasoners: Web</name>
   <description>Set of rest services to deal with reasoners</description>
  
- <build>
-   <!-- make it an OSGi bundle -->
-       <plugins>
-     <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-scr-plugin</artifactId>
-     </plugin>
-     <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-            javax.servlet.*, 
-                       javax.ws.rs.*, 
-                       org.slf4j.*,
-                       org.osgi.framework.*,
-                       org.osgi.service.*,
-                       freemarker.cache.*,
-                       com.sun.jersey.api.*,
-                       com.sun.jersey.multipart.*,
-                       org.apache.clerezza.rdf.core.*,
-                       com.hp.hpl.jena.*,
-                       org.semanticweb.owlapi.*,
-                       org.coode.owlapi.*,
-                       uk.ac.manchester.cs.owl.owlapi.*,
-                       org.apache.commons.io.*,
-                       org.apache.stanbol.commons.web.base.*,
-                       org.apache.stanbol.commons.jobs.api.*,
-                       org.apache.stanbol.commons.jobs.impl.*,
-                       org.apache.stanbol.commons.owl.*,
-                       org.apache.stanbol.rules.base.api.*,
-                       org.apache.stanbol.ontologymanager.ontonet.api.*,
-                       org.apache.stanbol.reasoners.servicesapi.*,
-            org.apache.stanbol.reasoners.jena.*,
-            org.apache.stanbol.reasoners.owlapi.*
-            </Import-Package>
-         </instructions>
-       </configuration>
-     </plugin>
+  <build>
+       <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
         <configuration>
-          <excludes>
-            <!-- JIT is BSD Licensed -->
-            
<exclude>src/main/resources/META-INF/static/scripts/jit.js</exclude>
-            
<exclude>src/main/resources/META-INF/static/scripts/jit-yc.js</exclude>
-            <!-- License provided in 
src/main/resources/META-INF/static/scripts/README - STANBOL-282 -->
-            
<exclude>src/main/resources/META-INF/static/scripts/jsonToTurtle.js</exclude>
-            
<exclude>src/main/resources/META-INF/static/scripts/tinybox.js</exclude>
-            
<exclude>src/main/resources/META-INF/static/scripts/scout.js</exclude>
-          </excludes>
+          <instructions>
+            <Import-Package>
+              javax.servlet.*, 
+              javax.ws.rs.*, 
+              org.slf4j.*,
+              org.osgi.framework.*,
+              org.osgi.service.*,
+              freemarker.cache.*,
+              com.sun.jersey.api.*,
+              com.sun.jersey.multipart.*,
+              org.apache.clerezza.rdf.core.*,
+              com.hp.hpl.jena.*,
+              org.semanticweb.owlapi.*,
+              org.coode.owlapi.*,
+              uk.ac.manchester.cs.owl.owlapi.*,
+              org.apache.commons.io.*,
+              org.apache.stanbol.commons.web.base.*,
+              org.apache.stanbol.commons.jobs.api.*,
+              org.apache.stanbol.commons.jobs.impl.*,
+              org.apache.stanbol.commons.owl.*,
+              org.apache.stanbol.rules.base.api.*,
+              org.apache.stanbol.ontologymanager.ontonet.api.*,
+               org.apache.stanbol.reasoners.servicesapi.*,
+              org.apache.stanbol.reasoners.jena.*,
+              org.apache.stanbol.reasoners.owlapi.*
+            </Import-Package>
+          </instructions>
         </configuration>
-      </plugin>     
-   </plugins>
- </build>
+      </plugin>
+    </plugins>
+  </build>
 
   <dependencies>
-    <!-- dependencies on other IKS modules -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.rdfjson</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.rdf.providers</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.jena.serializer</artifactId>
-      <scope>provided</scope>
     </dependency>
 
     <!-- specific deps for this project -->
@@ -145,12 +124,11 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <scope>provided</scope>
     </dependency>
+
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
-      <!-- version>2.3.9</version -->
     </dependency>
     <!-- indirect dependency for freemarker -->
     <dependency>
@@ -162,11 +140,10 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <scope>provided</scope>
     </dependency>
 
     <!-- generic tax -->
-       <dependency>
+       <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
@@ -183,17 +160,14 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
     </dependency>
 
     <!-- Stanbol deps -->
@@ -223,30 +197,26 @@
     </dependency>
     
     <dependency>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.reasoners.servicesapi</artifactId>
-    <!-- version>0.9.0-incubating-SNAPSHOT</version -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.reasoners.servicesapi</artifactId>
     </dependency>    
     <dependency>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.reasoners.jena</artifactId>
-    <!-- version>0.9.0-incubating-SNAPSHOT</version -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.reasoners.jena</artifactId>
     </dependency>
     <dependency>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.reasoners.owlapi</artifactId>
-    <!-- version>0.9.0-incubating-SNAPSHOT</version -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.reasoners.owlapi</artifactId>
     </dependency>    
     <dependency>
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>jena</artifactId>
       <scope>provided</scope>
     </dependency>
-       <dependency>
-               <groupId>org.apache.stanbol</groupId>
-               <artifactId>org.apache.stanbol.commons.jobs.api</artifactId>
-               <!-- version>0.9.0-incubating-SNAPSHOT</version -->
-       </dependency>
+       <dependency>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>org.apache.stanbol.commons.jobs.api</artifactId>
+       </dependency>
 
                <!-- Testing deps -->
                <dependency>
@@ -256,26 +226,4 @@
                </dependency>
   </dependencies>
 
-
-  <repositories>
-    <!-- needed for jersey -->
-    <repository>
-      <id>maven2-repository.dev.java.net</id>
-      <name>Java.net Repository for Maven</name>
-      <url>http://download.java.net/maven/2/</url>
-    </repository>
-    <repository>
-      <id>repository-codehaus</id>
-      <name>Codehaus maven repository</name>
-      <url>http://repository.codehaus.org</url>
-    </repository>
-
-    <!-- needed for clerezza SNAPSHOT only -->
-    <repository>
-      <id>apache repository - snapshot repo</id>
-      <name>apache repository</name>
-      <url>https://repository.apache.org/content/repositories/snapshots</url>
-    </repository>
-  </repositories>
-
 </project>

Modified: 
incubator/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ReasoningProvider.java
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ReasoningProvider.java?rev=1243864&r1=1243863&r2=1243864&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ReasoningProvider.java
 (original)
+++ 
incubator/stanbol/trunk/reasoners/web/src/main/java/org/apache/stanbol/reasoners/web/input/provider/impl/ReasoningProvider.java
 Tue Feb 14 10:27:45 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
 package org.apache.stanbol.reasoners.web.input.provider.impl;
 
 public enum ReasoningProvider {


Reply via email to