Skip to content

Commit

Permalink
Revert to previous openhft compiler version.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 30, 2019
1 parent 2af2076 commit ba63bd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Further css fixes.**


[2af2076b54ce120](https://github.com/noboomu/proteus/commit/2af2076b54ce120) joshua bauer *2020-12-30 07:06:52*

**Revert JSONView updates.**


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<snakeyaml.version>1.25</snakeyaml.version>
<commons-io.version>2.6</commons-io.version>
<slf4j.version>1.7.30</slf4j.version>
<openhft-compiler.version>2.3.4</openhft-compiler.version>
<openhft-compiler.version>2.3.1</openhft-compiler.version>
<jakarta-ws-rs.version>2.1.6</jakarta-ws-rs.version>
<jansi.version>1.18</jansi.version>
<woodstox.version>6.0.3</woodstox.version>
Expand Down
4 changes: 4 additions & 0 deletions proteus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Proteus Changelog.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.java</groupId>
<artifactId>tools</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit ba63bd0

Please sign in to comment.