JAVA-15788 Moved apache-spark to heavy profile
This commit is contained in:
parent
69d6ca9b62
commit
6450b3edd2
|
@ -68,6 +68,28 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${maven-assembly-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
</descriptorRefs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>SparkPackagesRepo</id>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -345,7 +345,6 @@
|
|||
<module>apache-poi</module>
|
||||
<module>apache-poi-2</module>
|
||||
<module>apache-rocketmq</module>
|
||||
<module>apache-spark</module>
|
||||
<module>apache-thrift</module>
|
||||
<module>apache-tika</module>
|
||||
<module>apache-velocity</module>
|
||||
|
@ -682,6 +681,8 @@
|
|||
<module>parent-spring-5</module>
|
||||
<module>parent-java</module>
|
||||
|
||||
<module>apache-spark</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
|
||||
<module>jenkins/plugins</module>
|
||||
|
@ -749,7 +750,6 @@
|
|||
<module>apache-poi</module>
|
||||
<module>apache-poi-2</module>
|
||||
<module>apache-rocketmq</module>
|
||||
<module>apache-spark</module>
|
||||
<module>apache-thrift</module>
|
||||
<module>apache-tika</module>
|
||||
<module>apache-velocity</module>
|
||||
|
@ -958,7 +958,7 @@
|
|||
|
||||
<module>spring-caching</module>
|
||||
<module>spring-caching-2</module>
|
||||
|
||||
|
||||
<module>spring-cloud-modules</module>
|
||||
<!-- <module>spring-cloud-cli</module> --> <!-- Not a maven project -->
|
||||
|
||||
|
@ -1069,6 +1069,8 @@
|
|||
<module>parent-spring-5</module>
|
||||
<module>parent-java</module>
|
||||
|
||||
<module>apache-spark</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
|
||||
<module>jenkins/plugins</module>
|
||||
|
|
Loading…
Reference in New Issue