You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2018/01/06 16:45:46 UTC

geronimo-safeguard git commit: Trying to add explicit java tool.

Repository: geronimo-safeguard
Updated Branches:
  refs/heads/master 8186134a0 -> 67f5d190d


Trying to add explicit java tool.


Project: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/repo
Commit: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/commit/67f5d190
Tree: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/tree/67f5d190
Diff: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/diff/67f5d190

Branch: refs/heads/master
Commit: 67f5d190d6d37d94adecef38a81324d3ef9d2f44
Parents: 8186134
Author: John D. Ament <jo...@apache.org>
Authored: Sat Jan 6 11:45:40 2018 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Jan 6 11:45:40 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 1 +
 pom.xml     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/67f5d190/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 15f914d..a2652d2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,6 +2,7 @@ pipeline {
     agent { node 'ubuntu' }
     tools {
         maven 'Maven 3.5.2'
+        java 'JDK 1.8 (latest)'
     }
     stages {
         stage('Build') {

http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/67f5d190/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9801d66..201855d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,6 @@
                 <version>1.0.2</version>
                 <scope>provided</scope>
             </dependency>
-
             <dependency>
                 <groupId>org.apache.openwebbeans</groupId>
                 <artifactId>openwebbeans-spi</artifactId>