Update Procyon to snapshot for JDK 9+ support
This commit is contained in:
parent
1304043574
commit
ab6cf8d196
1 changed files with 24 additions and 0 deletions
24
pom.xml
24
pom.xml
|
@ -44,6 +44,8 @@
|
|||
<objenesis.version>3.2</objenesis.version>
|
||||
<paged-data.version>0.2.0</paged-data.version>
|
||||
<procyon.version>0.5.36</procyon.version>
|
||||
<!-- TODO: Remove snapshot version when 0.6 stable is released -->
|
||||
<procyon-snapshot.version>10b32a4</procyon-snapshot.version>
|
||||
<rsyntaxtextarea.version>3.1.5</rsyntaxtextarea.version>
|
||||
<semantic-version.version>2.1.1</semantic-version.version>
|
||||
<slf4j.version>1.7.32</slf4j.version>
|
||||
|
@ -237,6 +239,7 @@
|
|||
<artifactId>paged_data</artifactId>
|
||||
<version>${paged-data.version}</version>
|
||||
</dependency>
|
||||
<!-- TODO: Add back when 0.6 stable is released
|
||||
<dependency>
|
||||
<groupId>org.bitbucket.mstrobel</groupId>
|
||||
<artifactId>procyon-core</artifactId>
|
||||
|
@ -257,6 +260,27 @@
|
|||
<artifactId>procyon-compilertools</artifactId>
|
||||
<version>${procyon.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>com.github.mstrobel.procyon</groupId>
|
||||
<artifactId>procyon-compilertools</artifactId>
|
||||
<version>${procyon-snapshot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mstrobel.procyon</groupId>
|
||||
<artifactId>procyon-core</artifactId>
|
||||
<version>${procyon-snapshot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mstrobel.procyon</groupId>
|
||||
<artifactId>procyon-expressions</artifactId>
|
||||
<version>${procyon-snapshot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mstrobel.procyon</groupId>
|
||||
<artifactId>procyon-reflection</artifactId>
|
||||
<version>${procyon-snapshot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fifesoft</groupId>
|
||||
<artifactId>rsyntaxtextarea</artifactId>
|
||||
|
|
Loading…
Reference in a new issue