|
24 | 24 | <dependency> |
25 | 25 | <groupId>org.antlr</groupId> |
26 | 26 | <artifactId>antlr4-maven-plugin</artifactId> |
27 | | - <version>4.3</version> |
| 27 | + <version>4.5.3</version> |
28 | 28 | </dependency> |
29 | 29 | <dependency> |
30 | 30 | <groupId>junit</groupId> |
31 | 31 | <artifactId>junit</artifactId> |
32 | 32 | <version>4.11</version> |
33 | | - <scope>test</scope> |
34 | | - <type>jar</type> |
35 | 33 | </dependency> |
36 | 34 | <dependency> |
37 | 35 | <groupId>javax.measure</groupId> |
|
44 | 42 | <artifactId>unit-ri</artifactId> |
45 | 43 | <version>0.8-RC2</version> |
46 | 44 | </dependency> |
47 | | - <dependency> |
48 | | - <groupId>org.antlr</groupId> |
49 | | - <artifactId>stringtemplate</artifactId> |
50 | | - <version>4.0.2</version> |
51 | | - </dependency> |
52 | 45 | <dependency> |
53 | 46 | <groupId>org.apache.commons</groupId> |
54 | 47 | <artifactId>commons-lang3</artifactId> |
|
86 | 79 | </lifecycleMappingMetadata> |
87 | 80 | </configuration> |
88 | 81 | </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>--> |
89 | 102 | <plugin> |
90 | 103 | <groupId>org.apache.maven.plugins</groupId> |
91 | 104 | <artifactId>maven-compiler-plugin</artifactId> |
|
113 | 126 | <plugin> |
114 | 127 | <groupId>org.antlr</groupId> |
115 | 128 | <artifactId>antlr4-maven-plugin</artifactId> |
116 | | - <version>4.2</version> |
| 129 | + <version>4.5.3</version> |
117 | 130 | <configuration> |
118 | 131 | <listener>false</listener> |
119 | 132 | <visitor>true</visitor> |
|
0 commit comments