aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index dc3154c5c41..62014ef174a 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -106,29 +106,4 @@
</plugins>
</build>
- <profiles>
- <!-- Exclude TF JNI when building for rhel6, which needs a special, natively installed variant -->
- <profile>
- <id>rhel6</id>
- <activation>
- <property>
- <name>target.env</name>
- <value>rhel6</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.tensorflow</groupId>
- <artifactId>tensorflow</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.tensorflow</groupId>
- <artifactId>libtensorflow_jni</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
</project>