Skip to content

Commit b007c93

Browse files
committed
New release
1 parent 2922229 commit b007c93

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

pom.xml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<maven.compiler.version>3.8.1</maven.compiler.version>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
36-
<oddr.data.version>1.34-SNAPSHOT</oddr.data.version>
36+
<oddr.data.version>1.33</oddr.data.version>
3737
</properties>
3838

3939
<dependencyManagement>
@@ -44,52 +44,6 @@
4444
<version>${oddr.data.version}</version>
4545
<scope>test</scope>
4646
</dependency>
47-
<dependency>
48-
<groupId>commons-beanutils</groupId>
49-
<artifactId>commons-beanutils</artifactId>
50-
<version>1.9.4</version>
51-
</dependency>
52-
<dependency>
53-
<groupId>commons-cli</groupId>
54-
<artifactId>commons-cli</artifactId>
55-
<version>1.3.1</version>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.apache.commons</groupId>
59-
<artifactId>commons-configuration2</artifactId>
60-
<version>2.1</version>
61-
</dependency>
62-
<dependency>
63-
<groupId>org.apache.commons</groupId>
64-
<artifactId>commons-lang3</artifactId>
65-
<version>3.4</version>
66-
</dependency>
67-
<dependency>
68-
<groupId>junit</groupId>
69-
<artifactId>junit</artifactId>
70-
<version>4.13.1</version>
71-
<scope>test</scope>
72-
</dependency>
73-
<dependency>
74-
<groupId>org.apache.commons</groupId>
75-
<artifactId>commons-jexl</artifactId>
76-
<version>2.1.1</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>org.apache.logging.log4j</groupId>
80-
<artifactId>log4j-api</artifactId>
81-
<version>2.1</version>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.apache.logging.log4j</groupId>
85-
<artifactId>log4j-core</artifactId>
86-
<version>2.13.2</version>
87-
</dependency>
88-
<dependency>
89-
<groupId>commons-lang</groupId>
90-
<artifactId>commons-lang</artifactId>
91-
<version>2.1</version>
92-
</dependency>
9347
</dependencies>
9448
</dependencyManagement>
9549

0 commit comments

Comments
 (0)