Repository: incubator-blur
Updated Branches:
  refs/heads/master 1e5450807 -> a5f93e509


Fixing hadoop2 and hadoop2-mr1 servlet dep name.


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/014d0e20
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/014d0e20
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/014d0e20

Branch: refs/heads/master
Commit: 014d0e2026f4ee845dbab9702287179775f0c1aa
Parents: 059d003
Author: Aaron McCurry <[email protected]>
Authored: Mon Nov 10 17:20:30 2014 -0500
Committer: Aaron McCurry <[email protected]>
Committed: Mon Nov 10 17:20:30 2014 -0500

----------------------------------------------------------------------
 blur-thrift/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/014d0e20/blur-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/blur-thrift/pom.xml b/blur-thrift/pom.xml
index 7cd6e9e..922cbf4 100644
--- a/blur-thrift/pom.xml
+++ b/blur-thrift/pom.xml
@@ -129,7 +129,7 @@ under the License.
                        <dependencies>
                                <dependency>
                                        <groupId>javax.servlet</groupId>
-                                       <artifactId>servlet-api</artifactId>
+                                       
<artifactId>javax.servlet-api</artifactId>
                                        
<version>${servlet-api.version}</version>
                                        <scope>provided</scope>
                                </dependency>
@@ -145,7 +145,7 @@ under the License.
                        <dependencies>
                                <dependency>
                                        <groupId>javax.servlet</groupId>
-                                       <artifactId>servlet-api</artifactId>
+                                       
<artifactId>javax.servlet-api</artifactId>
                                        
<version>${servlet-api.version}</version>
                                        <scope>provided</scope>
                                </dependency>

Reply via email to