Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require: &allDependencies
- javax.inject 1.0
- javax.validation -> validation-api 1.1.0.Final
- jaxen 1.1.6
- joda-time 2.9.9
- joda-time 2.10
- org.hamcrest -> hamcrest-all 1.3
- junit 4.12
- jregex 1.2_01
Expand All @@ -39,13 +39,13 @@ require: &allDependencies
- net.sf.ezmorph -> ezmorph 1.0.6
- net.sf.jsr107cache -> jsr107cache 1.1
- net.sf.oval -> oval 1.86
- mysql -> mysql-connector-java 5.1.41
- mysql -> mysql-connector-java 5.1.46
- oauth.signpost -> signpost-core 1.2.1.2
- org.apache.geronimo.specs -> geronimo-servlet_2.5_spec 1.2
- org.apache.ivy -> ivy 2.4.0
- org.bouncycastle -> bcprov-jdk15on 1.57
- org.bouncycastle -> bcpkix-jdk15on 1.57
- org.codehaus.groovy -> groovy-all 2.4.11
- org.bouncycastle -> bcprov-jdk15on 1.60
- org.bouncycastle -> bcpkix-jdk15on 1.60
- org.codehaus.groovy -> groovy-all 2.4.15
- org.eclipse.jdt.core 3.12.3
- org.hibernate -> hibernate-core 5.2.10.patched
- org.hibernate.common -> hibernate-commons-annotations 5.0.1.Final
Expand All @@ -60,7 +60,7 @@ require: &allDependencies
- com.mchange -> mchange-commons-java 0.2.12
- org.javassist -> javassist 3.23.1-GA
- io.netty -> netty 3.10.6.Final
- org.postgresql -> postgresql 9.0
- org.postgresql -> postgresql 42.2.4
- org.slf4j -> slf4j-api 1.7.22
- org.slf4j -> slf4j-log4j12 1.7.22
- org.yaml -> snakeyaml 1.17
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added framework/lib/joda-time-2.10.jar
Binary file not shown.
Binary file removed framework/lib/joda-time-2.9.9.jar
Binary file not shown.
Binary file removed framework/lib/mysql-connector-java-5.1.41.jar
Binary file not shown.
Binary file added framework/lib/mysql-connector-java-5.1.46.jar
Binary file not shown.
Binary file added framework/lib/postgresql-42.2.4.jar
Binary file not shown.
Binary file removed framework/lib/postgresql-9.0.jar
Binary file not shown.