Commit b65e4bae by wang-jinfeng

fix dmp pom.xml dependency,add rtdmp…

fix dmp pom.xml dependency,add rtdmp com.kuaishou.nebula_fromkuaishou,com.smile.gifmaker_fromkuaishou
parent e4f1e847
......@@ -2,8 +2,20 @@
mvn install:install-file -DgroupId=io.clickhouse -DartifactId=spark-clickhouse-connector_2.12 -Dversion=3.0.0_0.25 -Dpackaging=jar -Dfile=src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar
if [ $? -ne 0 ];then
exit 255
fi
echo "mvn install spark-clickhouse-connector_2.12-3.0.0_0.25.jar"
mvn install:install-file -DgroupId=com.alibaba -DartifactId=taobao-sdk-java-auto -Dversion=1545720399572-20190823 -Dpackaging=jar -Dfile=src/main/resources/jars/taobao-sdk-java-auto_1545720399572-20190823.jar
if [ $? -ne 0 ];then
exit 255
fi
echo "mvn install taobao-sdk-java-auto_1545720399572-20190823.jar"
mvn clean compile package || exit 1
mkdir target/zip
......
......@@ -265,15 +265,11 @@
<groupId>io.clickhouse</groupId>
<artifactId>spark-clickhouse-connector_2.12</artifactId>
<version>3.0.0_0.25</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar</systemPath>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>taobao-sdk-java-auto</artifactId>
<version>1545720399572-20190823</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/jars/taobao-sdk-java-auto_1545720399572-20190823.jar</systemPath>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
......
......@@ -96,7 +96,7 @@ dsp_req.package_name=com.taobao.taobao_oppo,com.eg.android.AlipayGphone_oppo,com
com.eg.android.AlipayGphone_bes,com.youku.phone_notinstall_oppo,com.sankuai.meituan_oppo,com.meituan.itakeaway_oppo,com.taobao.idlefish_bes,\
com.taobao.idlefish_oppo,com.UCMobile_bes,com.taobao.taobao_bes,com.tencent.news_fromtencent,com.taobao.taobao_iqiyi,com.taobao.taobao,com.UCMobile_iqiyi,\
com.UCMobile,com.eg.android.AlipayGphone_iqiyi,com.eg.android.AlipayGphone,com.taobao.idlefish_iqiyi,com.taobao.idlefish,com.sankuai.meituan_iqiyi,com.sankuai.meituan,\
com.tencent.news_iqiyi,com.tencent.news,134037632320210617,44094811020210617,147250281920210617
com.tencent.news_iqiyi,com.tencent.news,134037632320210617,44094811020210617,147250281920210617,com.kuaishou.nebula_fromkuaishou,com.smile.gifmaker_fromkuaishou
btop.package_name=com.taobao.taobao,com.taobao.taobao_btop7,com.taobao.taobao_btop15,com.eg.android.AlipayGphone_btop,com.taobao.taobao_btop7_imei,\
com.taobao.taobao_btop15_imei,com.taobao.taobao_btop7_oaid,com.taobao.taobao_btop15_oaid,com.taobao.idlefish_btop,com.UCMobile_btop,com.qiyi.video_btop,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment