11<?xml version =" 1.0" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
4- <parent >
5- <artifactId >biojava</artifactId >
6- <groupId >org.biojava</groupId >
7- <version >6.0.1-SNAPSHOT</version >
8- </parent >
9- <artifactId >biojava-modfinder</artifactId >
10- <name >biojava-modfinder</name >
11- <url >http://www.biojava.org</url >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <artifactId >biojava</artifactId >
6+ <groupId >org.biojava</groupId >
7+ <version >6.0.1-SNAPSHOT</version >
8+ </parent >
9+ <artifactId >biojava-modfinder</artifactId >
10+ <name >biojava-modfinder</name >
11+ <url >http://www.biojava.org</url >
1212
13- <licenses >
14- <license >
15- <name >GNU LGPL v2</name >
16- <url >http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url >
17- <distribution >repo</distribution >
18- </license >
19- </licenses >
13+ <licenses >
14+ <license >
15+ <name >GNU LGPL v2</name >
16+ <url >http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url >
17+ <distribution >repo</distribution >
18+ </license >
19+ </licenses >
2020
21- <properties >
22- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21+ <properties >
22+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .build.targetEncoding>UTF-8</project .build.targetEncoding>
24- </properties >
25- <dependencies >
26- <dependency >
27- <groupId >junit</groupId >
28- <artifactId >junit</artifactId >
29- <scope >test</scope >
30- </dependency >
31- <dependency >
32- <groupId >org.biojava</groupId >
33- <artifactId >biojava-structure</artifactId >
34- <version >6.0.1-SNAPSHOT</version >
35- <type >jar</type >
36- <scope >compile</scope >
37- </dependency >
24+ </properties >
25+ <dependencies >
26+ <dependency >
27+ <groupId >junit</groupId >
28+ <artifactId >junit</artifactId >
29+ <scope >test</scope >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.biojava</groupId >
33+ <artifactId >biojava-structure</artifactId >
34+ <version >6.0.1-SNAPSHOT</version >
35+ <type >jar</type >
36+ <scope >compile</scope >
37+ </dependency >
3838 <!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->
3939 <dependency >
40- <groupId >org.slf4j</groupId >
41- <artifactId >slf4j-api</artifactId >
42- </dependency >
43- <!-- binding for log4j2, scope=runTime set in parent pom -->
44- <dependency >
45- <groupId >org.apache.logging.log4j</groupId >
46- <artifactId >log4j-slf4j-impl</artifactId >
47- </dependency >
48- <dependency >
49- <groupId >org.apache.logging.log4j</groupId >
50- <artifactId >log4j-api</artifactId >
51- </dependency >
52- <dependency >
53- <groupId >org.apache.logging.log4j</groupId >
54- <artifactId >log4j-core</artifactId >
55- </dependency >
56- </dependencies >
57- <build >
58- <plugins >
40+ <groupId >org.slf4j</groupId >
41+ <artifactId >slf4j-api</artifactId >
42+ </dependency >
43+ <!-- binding for log4j2, scope=runTime set in parent pom -->
44+ <dependency >
45+ <groupId >org.apache.logging.log4j</groupId >
46+ <artifactId >log4j-slf4j-impl</artifactId >
47+ </dependency >
48+ <dependency >
49+ <groupId >org.apache.logging.log4j</groupId >
50+ <artifactId >log4j-api</artifactId >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.apache.logging.log4j</groupId >
54+ <artifactId >log4j-core</artifactId >
55+ </dependency >
56+ <dependency >
57+ <groupId >javax.xml.bind</groupId >
58+ <artifactId >jaxb-api</artifactId >
59+ </dependency >
60+ <dependency >
61+ <groupId >org.glassfish.jaxb</groupId >
62+ <artifactId >jaxb-runtime</artifactId >
63+ </dependency >
64+ </dependencies >
65+ <build >
66+ <plugins >
5967
6068 <!-- Excluding demo package is required for avoiding namespace clashes (demo package is in all modules) for signing the jar. See issue #387 -->
61- <plugin >
62- <groupId >org.apache.maven.plugins</groupId >
63- <artifactId >maven-jar-plugin</artifactId >
64- <configuration >
65- <excludes >
66- <exclude >demo/**</exclude >
67- </excludes >
68- </configuration >
69- </plugin >
69+ <plugin >
70+ <groupId >org.apache.maven.plugins</groupId >
71+ <artifactId >maven-jar-plugin</artifactId >
72+ <configuration >
73+ <excludes >
74+ <exclude >demo/**</exclude >
75+ </excludes >
76+ </configuration >
77+ </plugin >
7078
71- <plugin >
72- <groupId >org.apache.maven.plugins</groupId >
73- <artifactId >maven-compiler-plugin</artifactId >
74- <configuration >
75- <debug >true</debug >
76- </configuration >
77- </plugin >
78- </plugins >
79- </build >
80- </project >
79+ <plugin >
80+ <groupId >org.apache.maven.plugins</groupId >
81+ <artifactId >maven-compiler-plugin</artifactId >
82+ <configuration >
83+ <debug >true</debug >
84+ </configuration >
85+ </plugin >
86+ </plugins >
87+ </build >
88+ </project >
0 commit comments