Created
April 26, 2022 10:15
-
-
Save sdabbour-stratio/fc691b94a1fb7ced0dc7813bd8c35853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| © 2017 Stratio Big Data Inc., Sucursal en España. All rights reserved. | |
| This software – including all its source code – contains proprietary information of Stratio Big Data Inc., Sucursal en España and may not be revealed, sold, transferred, modified, distributed or otherwise made available, licensed or sublicensed to third parties; nor reverse engineered, disassembled or decompiled, without express written authorization from Stratio Big Data Inc., Sucursal en España. | |
| --> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>com.stratio</groupId> | |
| <artifactId>parent</artifactId> | |
| <version>0.11.0</version> | |
| </parent> | |
| <groupId>com.stratio.nlp</groupId> | |
| <artifactId>client-spark-rcn-entity-detection</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| <packaging>jar</packaging> | |
| <name>client Spark RCN Entity Detection</name> | |
| <description>client Spark RCN Entity Detection</description> | |
| <properties> | |
| <scalatest.version>2.2.5</scalatest.version> | |
| <stratio.spark.version>2.4.4</stratio.spark.version> | |
| <spark.version>2.4.3</spark.version> | |
| <!-- End of Crossdata as a library dependencies --> | |
| <!-- Scala version and cross build properties --> | |
| <license.header> license </license.header> | |
| <tensorflow.version>1.15.0</tensorflow.version> | |
| <johnsnowlabs.version>2.5.3</johnsnowlabs.version> | |
| <jackson.version>2.10.2</jackson.version> | |
| <jackson.coreutils>1.10</jackson.coreutils> | |
| <protobuf.version>3.6.1</protobuf.version> | |
| <gson.version>2.8.6</gson.version> | |
| <jacoco.version>0.8.2</jacoco.version> | |
| <jwt-version>0.2</jwt-version> | |
| <json-schema-validation.version>2.2.10</json-schema-validation.version> | |
| <commons.beanutils.version>1.9.4</commons.beanutils.version> | |
| <commons.collections.version>4.4</commons.collections.version> | |
| <swagger.version>2.9.2</swagger.version> | |
| <!-- workaround to fix swagger bug --> | |
| <!-- https://github.com/springfox/springfox/issues/2265#issuecomment-413286451 --> | |
| <swagger-fix.version>1.5.21</swagger-fix.version> | |
| <csv.version>5.1</csv.version> | |
| <prometheus-client.version>0.6.0</prometheus-client.version> | |
| <snakeyaml.version>1.26</snakeyaml.version> | |
| <underscore.version>1.54</underscore.version> | |
| <hibernate.version>2.9.9</hibernate.version> | |
| <micrometer.version>1.5.0</micrometer.version> | |
| <lombok.version>1.18.12</lombok.version> | |
| <postgres.version>42.2.12</postgres.version> | |
| <liquibase.version>3.8.9</liquibase.version> | |
| <security-logging.version>1.1.3</security-logging.version> | |
| <!-- Project properties --> | |
| <maven.compiler.source>1.8</maven.compiler.source> | |
| <maven.compiler.target>1.8</maven.compiler.target> | |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| <java.version>1.8</java.version> | |
| <stratio.spark.version>2.4.4</stratio.spark.version> | |
| <!-- Scala version and cross build properties --> | |
| <scala.binary.version>2.11</scala.binary.version> | |
| <scala.version>2.11.12</scala.version> | |
| <scala_2.11.version>2.11.12</scala_2.11.version> | |
| <default.scala.binary.version>2.11.12</default.scala.binary.version> | |
| <default.scala.version>${scala_2.11.version}</default.scala.version> | |
| <license.header> license </license.header> | |
| <!-- Plugin versions --> | |
| <maven.enforcer.plugin.version>3.0.0-M3</maven.enforcer.plugin.version> | |
| </properties> | |
| <dependencyManagement> | |
| <dependencies> | |
| <!--Spark java.lang.NoClassDefFoundError: org/codehaus/janino/InternalCompilerException--> | |
| <dependency> | |
| <groupId>org.codehaus.janino</groupId> | |
| <artifactId>commons-compiler</artifactId> | |
| <version>3.0.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.janino</groupId> | |
| <artifactId>janino</artifactId> | |
| <version>3.0.8</version> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.codehaus.janino</groupId> | |
| <artifactId>commons-compiler</artifactId> | |
| <version>3.0.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.janino</groupId> | |
| <artifactId>janino</artifactId> | |
| <version>3.0.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.stratio.nlp</groupId> | |
| <artifactId>spark-rcn-entity-detection</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| <classifier>with-governance-dependencies</classifier> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-library</artifactId> | |
| <version>${scala.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scalatest</groupId> | |
| <artifactId>scalatest_${scala.binary.version}</artifactId> | |
| <version>${scalatest.version}</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <!-- https://mvnrepository.com/artifact/com.johnsnowlabs.nlp/spark-nlp-gpu --> | |
| <dependency> | |
| <groupId>com.johnsnowlabs.nlp</groupId> | |
| <artifactId>spark-nlp_2.11</artifactId> | |
| <version>${johnsnowlabs.version}</version> | |
| </dependency> | |
| <!-- Depencencias de Apache Spark 2.X--> | |
| <dependency> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-core_2.11</artifactId> | |
| <version>${stratio.spark.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-mllib_2.11</artifactId> | |
| <version>${stratio.spark.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-sql_2.11</artifactId> | |
| <version>${stratio.spark.version}</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>janino</artifactId> | |
| <groupId>org.codehaus.janino</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.tensorflow</groupId> | |
| <artifactId>tensorflow</artifactId> | |
| <version>${tensorflow.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.tensorflow</groupId> | |
| <artifactId>libtensorflow_jni</artifactId> | |
| <version>${tensorflow.version}</version> | |
| </dependency> | |
| <!-- <dependency>--> | |
| <!-- <groupId>com.stratio.governance.ontology</groupId>--> | |
| <!-- <artifactId>semantizer</artifactId>--> | |
| <!-- <version>1.0-SNAPSHOT</version>--> | |
| <!-- <scope>compile</scope>--> | |
| <!-- </dependency>--> | |
| </dependencies> | |
| <build> | |
| <sourceDirectory>src/main/scala</sourceDirectory> | |
| <directory>${project.basedir}/target</directory> | |
| <outputDirectory>${project.build.directory}/classes</outputDirectory> | |
| <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory> | |
| <plugins> | |
| <plugin> | |
| <groupId>net.alchim31.maven</groupId> | |
| <artifactId>scala-maven-plugin</artifactId> | |
| <configuration> | |
| <recompileMode>modified-only</recompileMode> | |
| <args> | |
| <arg>-Xmax-classfile-name</arg> | |
| <arg>128</arg> | |
| </args> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.1</version> | |
| <configuration> | |
| <skipMain>true</skipMain> | |
| <skip>true</skip> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.jacoco</groupId> | |
| <artifactId>jacoco-maven-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <configuration> | |
| <includes> | |
| <include>**/*Spec.*</include> | |
| </includes> | |
| </configuration> | |
| </plugin> | |
| <!-- <plugin>--> | |
| <!-- <groupId>org.apache.maven.plugins</groupId>--> | |
| <!-- <artifactId>maven-failsafe-plugin</artifactId>--> | |
| <!-- <configuration>--> | |
| <!-- <reuseForks>false</reuseForks>--> | |
| <!-- </configuration>--> | |
| <!-- </plugin>--> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-source-plugin</artifactId> | |
| <version>2.4</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>jar-no-fork</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <groupId>com.mycila</groupId> | |
| <artifactId>license-maven-plugin</artifactId> | |
| <configuration> | |
| <mapping> | |
| <java>SLASHSTAR_STYLE</java> | |
| <scala>SLASHSTAR_STYLE</scala> | |
| <ts>SLASHSTAR_STYLE</ts> | |
| <scss>JAVADOC_STYLE</scss> | |
| <R>SCRIPT_STYLE</R> | |
| </mapping> | |
| <header>${license.header}</header> | |
| <excludes> | |
| <exclude>**/.*/**</exclude> | |
| <exclude>**/src/site/sphinx/_themes/stratio/**</exclude> | |
| <exclude>**/*.rst</exclude> | |
| <exclude>**/*.feature</exclude> | |
| <exclude>**/*.conf</exclude> | |
| <exclude>**/*.sh</exclude> | |
| <exclude>**/*.properties</exclude> | |
| <exclude>**/com/stratio/crossdata/connector/cassandra/DefaultSource.scala</exclude> | |
| <exclude>**/com/stratio/crossdata/connector/elasticsearch/DefaultSource.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/cassandra/CassandraXDSourceRelation.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/XDContext.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/catalyst/parser/CrossdataSqlParser.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/test/SharedXDContextTest.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/test/TestXDContext.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/test/XDImplicits.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/test/XDTestUtils.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/catalyst/analysis/AnalysisTest.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/test/acceptance/TestXDContext.scala</exclude> | |
| <exclude>**/org/apache/spark/sql/crossdata/catalyst/analysis/DistinctAggregationRewriterXD.scala</exclude> | |
| <exclude>**/hazelcast.xml</exclude> | |
| <exclude>**/testAT/**</exclude> | |
| <exclude>**/unix/**</exclude> | |
| </excludes> | |
| </configuration> | |
| </plugin> | |
| <!-- <plugin> | |
| <groupId>com.stratio.mojo</groupId> | |
| <artifactId>scala-cross-build-maven-plugin</artifactId> | |
| <version>0.1.0-RC3</version> | |
| <configuration> | |
| <defaultScalaBinaryVersion>${default.scala.binary.version}</defaultScalaBinaryVersion> | |
| <defaultScalaVersion>${default.scala.version}</defaultScalaVersion> | |
| </configuration> | |
| </plugin>--> | |
| <plugin> | |
| <groupId>org.ensime.maven.plugins</groupId> | |
| <artifactId>ensime-maven</artifactId> | |
| <version>1.1.0</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-assembly-plugin</artifactId> | |
| <version>3.3.0</version> | |
| <configuration> | |
| <descriptors> | |
| <descriptor>jar-with-dependencies-and-exclude-classes.xml</descriptor> | |
| </descriptors> | |
| </configuration> | |
| <executions> | |
| <execution> | |
| <id>make-assembly</id> <!-- this is used for inheritance merges --> | |
| <phase>package</phase> <!-- bind to the packaging phase --> | |
| <goals> | |
| <goal>single</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| <profiles> | |
| <!-- <profile>--> | |
| <!-- <id>zinc</id>--> | |
| <!-- <build>--> | |
| <!-- <plugins>--> | |
| <!-- <plugin>--> | |
| <!-- <groupId>net.alchim31.maven</groupId>--> | |
| <!-- <artifactId>scala-maven-plugin</artifactId>--> | |
| <!-- <configuration>--> | |
| <!-- <recompileMode>incremental</recompileMode>--> | |
| <!-- <useZincServer>true</useZincServer>--> | |
| <!-- </configuration>--> | |
| <!-- </plugin>--> | |
| <!-- </plugins>--> | |
| <!-- </build>--> | |
| <!-- </profile>--> | |
| <profile> | |
| <id>scala-2.11</id> | |
| <properties> | |
| <scala.version>${scala_2.11.version}</scala.version> | |
| <scala.binary.version>2.11.12</scala.binary.version> | |
| </properties> | |
| </profile> | |
| </profiles> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment