You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/31 15:17:17 UTC

[2/2] syncope git commit: [SYNCOPE-1347] Solved by adding missing dependencies - the actual fix would be making IzPack resolving transitive dependencies

[SYNCOPE-1347] Solved by adding missing dependencies - the actual fix would be making IzPack resolving transitive dependencies


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d2ff6e4a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d2ff6e4a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d2ff6e4a

Branch: refs/heads/master
Commit: d2ff6e4a44c660c9c9c91524c91eaad5dfe2d473
Parents: cf95a35
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 31 17:16:58 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 31 17:17:06 2018 +0200

----------------------------------------------------------------------
 installer/pom.xml                                           | 1 -
 installer/src/main/resources/izpack/html/prerequisites.html | 2 +-
 installer/src/main/resources/izpack/install.xml             | 3 +++
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d2ff6e4a/installer/pom.xml
----------------------------------------------------------------------
diff --git a/installer/pom.xml b/installer/pom.xml
index acb0612..72993ef 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -137,7 +137,6 @@ under the License.
             </goals>
             <configuration>
               <outputDirectory>${project.build.directory}/staging/lib</outputDirectory>
-              <excludeGroupIds>junit</excludeGroupIds>
             </configuration>
           </execution>
         </executions>

http://git-wip-us.apache.org/repos/asf/syncope/blob/d2ff6e4a/installer/src/main/resources/izpack/html/prerequisites.html
----------------------------------------------------------------------
diff --git a/installer/src/main/resources/izpack/html/prerequisites.html b/installer/src/main/resources/izpack/html/prerequisites.html
index 2ff8e1a..61abe30 100644
--- a/installer/src/main/resources/izpack/html/prerequisites.html
+++ b/installer/src/main/resources/izpack/html/prerequisites.html
@@ -36,7 +36,7 @@ under the License.
         <div>
           Hence you need:
           <ol>
-            <li class="prerequisite">Java SE Development Kit 7 or higher installed;</li>
+            <li class="prerequisite">Java SE Development Kit 8 or higher installed;</li>
             <li class="prerequisite"><a href="http://maven.apache.org/">Apache Maven (version 3.0.3 or higher) installed;</a></li>
             <li class="prerequisite">Some basic knowledge about Maven;</li>
             <li class="prerequisite">Some basic knowledge about <a href="http://maven.apache.org/plugins/maven-war-plugin/overlays.html">Maven WAR overlays;</a></li>

http://git-wip-us.apache.org/repos/asf/syncope/blob/d2ff6e4a/installer/src/main/resources/izpack/install.xml
----------------------------------------------------------------------
diff --git a/installer/src/main/resources/izpack/install.xml b/installer/src/main/resources/izpack/install.xml
index f07449b..2f15e1c 100644
--- a/installer/src/main/resources/izpack/install.xml
+++ b/installer/src/main/resources/izpack/install.xml
@@ -136,6 +136,7 @@ under the License.
   <jar src="lib/httpclient-@{httpclient.version}.jar"/>
   <jar src="lib/httpmime-@{httpclient.version}.jar"/>
   <jar src="lib/httpcore-4.4.10.jar"/>
+  <jar src="lib/commons-codec-1.10.jar"/>
   <jar src="lib/jackson-databind-@{jackson.version}.jar"/>
   <jar src="lib/jackson-core-@{jackson.version}.jar"/>
   <jar src="lib/jackson-annotations-@{jackson.version}.jar"/>
@@ -143,6 +144,8 @@ under the License.
   
   <jar src="lib/maven-invoker-@{maven-invoker.version}.jar"/>
   <jar src="lib/plexus-utils-1.5.6.jar"/>
+  <jar src="lib/plexus-component-annotations-1.7.1.jar"/>
+  <jar src="lib/maven-shared-utils-3.2.1.jar"/>
   
   <panels>
     <panel classname="HTMLHelloPanel" id="welcome"/>