aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-09-22 15:47:05 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2021-09-22 15:47:05 +0200
commit5a63fdad1f7ec4e617aff7c602e4df3197e35f3d (patch)
tree848a1e425cdf7b1f7205f5a21a84054d1414ef78 /model-integration
parent05f118fcca1dad818960248a4fe24c76f33f4bbb (diff)
Remove profile for rhel6 workaround.
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>