Skip to content

Commit f4a1df7

Browse files
committed
chore: remove unnecessary sections in root pom
1 parent cadd9cc commit f4a1df7

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

pom.xml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,12 @@
1212
<name>Pdf Viewer</name>
1313
<description>Pdf Viewer component based on pdf.js library</description>
1414

15-
<properties>
16-
<vaadin.version>24.1.12</vaadin.version>
17-
<maven.compiler.source>17</maven.compiler.source>
18-
<maven.compiler.target>17</maven.compiler.target>
19-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
21-
</properties>
2215
<inceptionYear>2021</inceptionYear>
2316
<organization>
2417
<name>Vaadin Ltd</name>
2518
<url>https://vaadin.com/</url>
2619
</organization>
27-
28-
<dependencyManagement>
29-
<dependencies>
30-
<dependency>
31-
<groupId>${project.groupId}</groupId>
32-
<artifactId>vcf-pdf-viewer</artifactId>
33-
<version>${vcf-pdf-viewer.version}</version>
34-
</dependency>
35-
<dependency>
36-
<groupId>com.vaadin</groupId>
37-
<artifactId>vaadin-bom</artifactId>
38-
<type>pom</type>
39-
<scope>import</scope>
40-
<version>${vaadin.version}</version>
41-
</dependency>
42-
</dependencies>
43-
</dependencyManagement>
20+
4421
<repositories>
4522
<repository>
4623
<id>Vaadin Directory</id>

0 commit comments

Comments
 (0)