Skip to content

Commit

Permalink
Merge pull request #65 from GovernmentCommunicationsHeadquarters/G64-…
Browse files Browse the repository at this point in the history
…reflections-version

gh-64 - Changed reflections version to 0.9.9-RC1
  • Loading branch information
james010101101 committed Feb 22, 2016
2 parents fa8fb0c + 57f568b commit 7fdc06f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -138,7 +140,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<version>0.9.9-RC1</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand Down

0 comments on commit 7fdc06f

Please sign in to comment.