Skip to content

Commit c37a688

Browse files
committed
Consolidating dependencies
1 parent 1f9d166 commit c37a688

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

pom.xml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@
2424
<dependency>
2525
<groupId>org.antlr</groupId>
2626
<artifactId>antlr4-maven-plugin</artifactId>
27-
<version>4.3</version>
27+
<version>4.5.3</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>junit</groupId>
3131
<artifactId>junit</artifactId>
3232
<version>4.11</version>
33-
<scope>test</scope>
34-
<type>jar</type>
3533
</dependency>
3634
<dependency>
3735
<groupId>javax.measure</groupId>
@@ -44,11 +42,6 @@
4442
<artifactId>unit-ri</artifactId>
4543
<version>0.8-RC2</version>
4644
</dependency>
47-
<dependency>
48-
<groupId>org.antlr</groupId>
49-
<artifactId>stringtemplate</artifactId>
50-
<version>4.0.2</version>
51-
</dependency>
5245
<dependency>
5346
<groupId>org.apache.commons</groupId>
5447
<artifactId>commons-lang3</artifactId>
@@ -86,6 +79,26 @@
8679
</lifecycleMappingMetadata>
8780
</configuration>
8881
</plugin>
82+
<!--
83+
<plugin>
84+
<groupId>org.apache.felix</groupId>
85+
<artifactId>maven-bundle-plugin</artifactId>
86+
<version>2.3.7</version>
87+
<extensions>true</extensions>
88+
<configuration>
89+
<manifestLocation>src/main/java/META-INF</manifestLocation>
90+
<supportedProjectTypes>
91+
<supportedProjectType>jar</supportedProjectType>
92+
<supportedProjectType>bundle</supportedProjectType>
93+
</supportedProjectTypes>
94+
<instructions>
95+
<Bundle-Name>${project.artifactId}-${project.version}</Bundle-Name>
96+
<Bundle-SymbolicName>${project.artifactId}-${project.version}</Bundle-SymbolicName>
97+
<Bundle-Version>0</Bundle-Version>
98+
99+
</instructions>
100+
</configuration>
101+
</plugin>-->
89102
<plugin>
90103
<groupId>org.apache.maven.plugins</groupId>
91104
<artifactId>maven-compiler-plugin</artifactId>
@@ -113,7 +126,7 @@
113126
<plugin>
114127
<groupId>org.antlr</groupId>
115128
<artifactId>antlr4-maven-plugin</artifactId>
116-
<version>4.2</version>
129+
<version>4.5.3</version>
117130
<configuration>
118131
<listener>false</listener>
119132
<visitor>true</visitor>

0 commit comments

Comments
 (0)