Updated Branches:
  refs/heads/sqoop2 1705d417a -> 3e4107f25

SQOOP-1247. Sqoop2: Add sqoop-tomcat dependency to distribution module.

(Jarek Jarcec Cecho via Hari Shreedharan)


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

Branch: refs/heads/sqoop2
Commit: 3e4107f2581af089c7ff21ef574c91d13b77f1d4
Parents: 1705d41
Author: Hari Shreedharan <[email protected]>
Authored: Fri Dec 6 10:58:15 2013 -0800
Committer: Hari Shreedharan <[email protected]>
Committed: Fri Dec 6 10:58:15 2013 -0800

----------------------------------------------------------------------
 dist/pom.xml | 4 ++++
 pom.xml      | 5 +++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/3e4107f2/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index a98c3fd..03cf674 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -42,6 +42,10 @@ limitations under the License.
       <groupId>org.apache.sqoop</groupId>
       <artifactId>sqoop-shell</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.sqoop</groupId>
+      <artifactId>sqoop-tomcat</artifactId>
+    </dependency>
   </dependencies>
 
   <profiles>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/3e4107f2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3adcf7..1e2f005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,6 +313,11 @@ limitations under the License.
         <version>${project.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.sqoop</groupId>
+        <artifactId>sqoop-tomcat</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
         <groupId>com.googlecode.json-simple</groupId>
         <artifactId>json-simple</artifactId>
         <version>${json-simple.version}</version>

Reply via email to