|
5 | 5 | <groupId>org.fugerit.java</groupId> |
6 | 6 | <artifactId>github-issue-export</artifactId> |
7 | 7 |
|
8 | | - <version>0.5.0-SNAPSHOT</version> |
| 8 | + <version>0.5-SNAPSHOT</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>github-issue-export</name> |
|
58 | 58 |
|
59 | 59 | <dependencies> |
60 | 60 |
|
| 61 | + <dependency> |
| 62 | + <groupId>org.fugerit.java</groupId> |
| 63 | + <artifactId>fj-core</artifactId> |
| 64 | + <version>0.2.4.6</version> |
| 65 | + </dependency> |
| 66 | + |
61 | 67 | <!-- java core dependancies --> |
62 | 68 | <dependency> |
63 | 69 | <groupId>maven</groupId> |
64 | 70 | <artifactId>maven-java-plugin</artifactId> |
65 | 71 | <version>1.6</version> |
66 | 72 | </dependency> |
67 | | - <dependency> |
68 | | - <groupId>javax</groupId> |
69 | | - <artifactId>javaee-api</artifactId> |
70 | | - <version>6.0</version> |
71 | | - <scope>provided</scope> |
72 | | - </dependency> |
73 | | - |
| 73 | + |
74 | 74 | <!-- logging --> |
75 | 75 | <dependency> |
76 | 76 | <groupId>log4j</groupId> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.slf4j</groupId> |
88 | 88 | <artifactId>jcl-over-slf4j</artifactId> |
89 | | - <version>1.6.4</version> |
| 89 | + <version>1.7.26</version> |
90 | 90 | <scope>runtime</scope> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.slf4j</groupId> |
94 | 94 | <artifactId>slf4j-log4j12</artifactId> |
95 | | - <version>1.6.4</version> |
| 95 | + <version>1.7.26</version> |
96 | 96 | <scope>runtime</scope> |
97 | 97 | </dependency> |
98 | 98 |
|
99 | | - |
100 | | - <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> |
101 | 99 | <dependency> |
102 | 100 | <groupId>org.apache.poi</groupId> |
103 | 101 | <artifactId>poi</artifactId> |
104 | | - <version>3.16</version> |
| 102 | + <version>4.1.0</version> |
105 | 103 | </dependency> |
106 | 104 |
|
107 | | - |
108 | | - <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang --> |
109 | 105 | <dependency> |
110 | 106 | <groupId>commons-lang</groupId> |
111 | 107 | <artifactId>commons-lang</artifactId> |
|
115 | 111 | <dependency> |
116 | 112 | <groupId>org.apache.commons</groupId> |
117 | 113 | <artifactId>commons-lang3</artifactId> |
118 | | - <version>3.5</version> |
119 | | - </dependency> |
120 | | - |
121 | | - <dependency> |
122 | | - <groupId>commons-dbcp</groupId> |
123 | | - <artifactId>commons-dbcp</artifactId> |
124 | | - <version>1.4</version> |
| 114 | + <version>3.9</version> |
125 | 115 | </dependency> |
126 | 116 |
|
127 | | - <dependency> |
128 | | - <groupId>org.fugerit.java</groupId> |
129 | | - <artifactId>fj-core</artifactId> |
130 | | - <version>0.1.6</version> |
131 | | - </dependency> |
132 | | - |
133 | | - |
134 | | - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
135 | 117 | <dependency> |
136 | 118 | <groupId>com.fasterxml.jackson.core</groupId> |
137 | 119 | <artifactId>jackson-core</artifactId> |
138 | | - <version>2.8.8</version> |
| 120 | + <version>2.9.9</version> |
139 | 121 | </dependency> |
140 | 122 |
|
141 | 123 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
142 | 124 | <dependency> |
143 | 125 | <groupId>com.fasterxml.jackson.core</groupId> |
144 | 126 | <artifactId>jackson-databind</artifactId> |
145 | | - <version>2.8.8</version> |
| 127 | + <version>2.9.9</version> |
146 | 128 | </dependency> |
147 | 129 |
|
148 | 130 | <!-- for testing --> |
|
0 commit comments