Skip to content

Commit fb0dcb9

Browse files
Merge pull request #57 from groupdocs-annotation/release_23.2
fix lib annotation version
2 parents 50fb7b3 + 17a64d6 commit fb0dcb9

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Demos/Spring/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,6 @@
133133
<artifactId>groupdocs-annotation</artifactId>
134134
<version>23.2</version>
135135
</dependency>
136-
<dependency>
137-
<groupId>org.tukaani</groupId>
138-
<artifactId>xz</artifactId>
139-
<version>1.9</version>
140-
</dependency>
141-
<dependency>
142-
<groupId>com.aspose</groupId>
143-
<artifactId>aspose-note</artifactId>
144-
<version>22.3</version>
145-
<classifier>jdk17</classifier>
146-
</dependency>
147-
148-
149136
<dependency>
150137
<groupId>com.google.guava</groupId>
151138
<artifactId>guava</artifactId>

Examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.groupdocs</groupId>
2525
<artifactId>groupdocs-annotation</artifactId>
26-
<version>23.2-20230213-0421</version>
26+
<version>23.2</version>
2727
</dependency>
2828
</dependencies>
2929
<repositories>

0 commit comments

Comments
 (0)