Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Aug 13, 2018
2 parents a0eca23 + 5fe38f0 commit 5d83998
Show file tree
Hide file tree
Showing 61 changed files with 1,149 additions and 351 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -18,4 +18,5 @@ dependency-reduced-pom.xml

.DS_Store

tools/schrodinger/build
tools/schrodinger/build
testing/schrodingertest/build
4 changes: 3 additions & 1 deletion build-system/pom.xml
Expand Up @@ -60,7 +60,7 @@
<opendj.version>2.6.2</opendj.version>
<mockito.version>1.10.8</mockito.version>
<quartz.version>2.3.0.e2</quartz.version>
<selenium.version>1.0.1</selenium.version>
<selenium.version>3.6.0</selenium.version>
<slf4j.version>1.7.25</slf4j.version>
<logback.version>1.2.3</logback.version>
<spring.boot.version>2.0.3.RELEASE</spring.boot.version>
Expand Down Expand Up @@ -93,6 +93,8 @@
<reflections.version>0.9.11</reflections.version>
<guava.version>20.0</guava.version>
<jcommander.version>1.72</jcommander.version>
<failsafe.version>2.22.0</failsafe.version>
<antrun.version>1.8</antrun.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 5d83998

Please sign in to comment.