Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ac655cfb
authored
Sep 13, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update versions for pom
1 parent
a1745bab
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
68 additions
and
19 deletions
code/MoyaAuthModule/pom.xml
code/MoyaAuthModuleClient/pom.xml
code/MoyaBeans/pom.xml
code/MoyaBeansClient/pom.xml
code/MoyaCardPrinter/pom.xml
code/MoyaDatabase/pom.xml
code/MoyaEar/pom.xml
code/MoyaEventMgmtWeb/pom.xml
code/MoyaTerminalWeb/pom.xml
code/MoyaUtilities/pom.xml
code/MoyaWeb/pom.xml
code/MoyaAuthModule/pom.xml
View file @
ac655cf
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
org.glassfish.main.security
</groupId>
<artifactId>
security-ee
</artifactId>
<version>
4.
0
</version>
<version>
4.
1
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
code/MoyaAuthModuleClient/pom.xml
View file @
ac655cf
...
...
@@ -24,4 +24,12 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaBeans/pom.xml
View file @
ac655cf
...
...
@@ -60,13 +60,19 @@
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<version>
4.
3-beta2
</version>
<version>
4.
4-alpha1
</version>
</dependency>
<dependency>
<groupId>
org.testng
</groupId>
<artifactId>
testng
</artifactId>
<version>
6.8.
5
</version>
<version>
6.8.
8
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaBeansClient/pom.xml
View file @
ac655cf
...
...
@@ -30,5 +30,11 @@
<artifactId>
moya-database
</artifactId>
<version>
0.2.0
</version>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaCardPrinter/pom.xml
View file @
ac655cf
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.
0.13
</version>
<version>
1.
1.2
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaDatabase/pom.xml
View file @
ac655cf
...
...
@@ -60,7 +60,7 @@
<dependency>
<groupId>
org.postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
9.3-110
1
-jdbc41
</version>
<version>
9.3-110
2
-jdbc41
</version>
</dependency>
<dependency>
<groupId>
org.ancoron.postgresql
</groupId>
...
...
@@ -73,5 +73,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.7
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaEar/pom.xml
View file @
ac655cf
...
...
@@ -54,11 +54,6 @@
<type>
war
</type>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<version>
1.7.5
</version>
</dependency>
<!-- Jos web-projektin antaa lisätä libinsä itse libit menevät tuplana -->
<!-- WEB-INF/lib hakemistoon. Rajoitetaan siis sinne meneviä libejä -->
...
...
@@ -69,7 +64,7 @@
<!-- Primefaces dependency -->
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.3
</version>
<version>
1.3
.1
</version>
</dependency>
<dependency>
...
...
code/MoyaEventMgmtWeb/pom.xml
View file @
ac655cf
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.
5
</version>
<version>
1.7.
7
</version>
</dependency>
<dependency>
<groupId>
org.primefaces
</groupId>
...
...
@@ -60,7 +60,7 @@
<dependency>
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.3
</version>
<version>
1.3
.1
</version>
</dependency>
<dependency>
<groupId>
com.ocpsoft
</groupId>
...
...
code/MoyaTerminalWeb/pom.xml
View file @
ac655cf
...
...
@@ -56,7 +56,7 @@
<dependency>
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.3
</version>
<version>
1.3
.1
</version>
</dependency>
<dependency>
<groupId>
org.primefaces
</groupId>
...
...
@@ -66,7 +66,7 @@
<dependency>
<groupId>
net.bull.javamelody
</groupId>
<artifactId>
javamelody-core
</artifactId>
<version>
1.
46
.0
</version>
<version>
1.
52
.0
</version>
</dependency>
</dependencies>
</project>
code/MoyaUtilities/pom.xml
View file @
ac655cf
...
...
@@ -74,7 +74,17 @@
<dependency>
<groupId>
commons-codec
</groupId>
<artifactId>
commons-codec
</artifactId>
<version>
1.8
</version>
<version>
1.9
</version>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.7
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
code/MoyaWeb/pom.xml
View file @
ac655cf
...
...
@@ -65,17 +65,17 @@
<dependency>
<groupId>
net.bull.javamelody
</groupId>
<artifactId>
javamelody-core
</artifactId>
<version>
1.
46
.0
</version>
<version>
1.
52
.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.
5
</version>
<version>
1.7.
7
</version>
</dependency>
<dependency>
<groupId>
commons-fileupload
</groupId>
<artifactId>
commons-fileupload
</artifactId>
<version>
1.3
</version>
<version>
1.3
.1
</version>
</dependency>
<dependency>
<groupId>
org.primefaces
</groupId>
...
...
@@ -87,5 +87,11 @@
<artifactId>
all-themes
</artifactId>
<version>
1.0.10
</version>
</dependency>
<dependency>
<groupId>
javax
</groupId>
<artifactId>
javaee-api
</artifactId>
<version>
7.0
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment