File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
tensorflow-core/tensorflow-core-api Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3737 <artifactId >protobuf-java</artifactId >
3838 <version >${protobuf.version} </version >
3939 </dependency >
40- <dependency >
41- <groupId >org.tensorflow</groupId >
42- <artifactId >tensorflow-core-generator</artifactId >
43- <version >${project.version} </version >
44- <optional >true</optional > <!-- for compilation only -->
45- </dependency >
4640 <dependency >
4741 <groupId >org.tensorflow</groupId >
4842 <artifactId >ndarray</artifactId >
144138 <annotationProcessors >
145139 <annotationProcessor >org.tensorflow.processor.operator.OperatorProcessor</annotationProcessor >
146140 </annotationProcessors >
141+ <annotationProcessorPaths >
142+ <annotationProcessorPath >
143+ <groupId >org.tensorflow</groupId >
144+ <artifactId >tensorflow-core-generator</artifactId >
145+ <version >${project.version} </version >
146+ </annotationProcessorPath >
147+ </annotationProcessorPaths >
147148 <!-- Important: Cannot be ${project.basedir}/src/gen/java or wherever the ops are -->
148149 <generatedSourcesDirectory >${project.basedir} /src/gen/annotations</generatedSourcesDirectory >
149150 </configuration >
You can’t perform that action at this time.
0 commit comments