TAVERNA-1043: javax.activation needed in java10?

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/8b09ece2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/8b09ece2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/8b09ece2

Branch: refs/heads/master
Commit: 8b09ece253215e17a28cd12126c7491e7db954eb
Parents: 273939b
Author: Stian Soiland-Reyes <[email protected]>
Authored: Thu Apr 19 09:35:15 2018 +0100
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Thu Apr 19 09:35:15 2018 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/8b09ece2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b169453..c976afd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,13 @@
                                        <configuration>
                                                
<sourceRoot>${basedir}/target/generated-sources/cxf-xjc</sourceRoot>
                                        </configuration>
+                                        <dependencies>
+                                           <dependency>
+                                             
<groupId>javax.activation</groupId>
+                                             
<artifactId>activation</artifactId>
+                                             
<version>${activation.version}</version>
+                                           </dependency>
+                                        </dependencies>
                                </plugin>       
                        </plugins>
                </pluginManagement>

Reply via email to